and i forgot about something else

This commit is contained in:
lempamo 2017-07-31 15:46:27 -04:00
parent 849fd00fa7
commit 5cedc57133

View file

@ -53,6 +53,7 @@ public WinClassic StartWin95(UserControl content, string title, Image icon, bool
// 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)