diff options
| author | lempamo <[email protected]> | 2017-07-31 15:46:27 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-31 15:46:27 -0400 |
| commit | 5cedc571336c048fea60081fa4c33885e9136159 (patch) | |
| tree | a00b47e1f996a4c4be7f1095b477f3841f2285de | |
| parent | 849fd00fa71d48dbfae1f4bcc6c016be3031cba5 (diff) | |
| download | histacom2-5cedc571336c048fea60081fa4c33885e9136159.tar.gz histacom2-5cedc571336c048fea60081fa4c33885e9136159.tar.bz2 histacom2-5cedc571336c048fea60081fa4c33885e9136159.zip | |
and i forgot about something else
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 1 |
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) |
