aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
diff options
context:
space:
mode:
Diffstat (limited to 'TimeHACK.Engine')
-rw-r--r--TimeHACK.Engine/WindowManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs
index da1b5dd..41d1d02 100644
--- a/TimeHACK.Engine/WindowManager.cs
+++ b/TimeHACK.Engine/WindowManager.cs
@@ -53,6 +53,7 @@ namespace TimeHACK.Engine
// Time for the colors
app.programtopbar.BackColor = SaveSystem.currentTheme.activeTitleBarColor;
+ app.Title.ForeColor = SaveSystem.currentTheme.activeTitleTextColor;
// Convert an image to an icon (for the taskbar)
if (icon != null)