added settings for theme and theme hue

This commit is contained in:
fourtf
2017-02-02 01:23:26 +01:00
parent 0343371443
commit 43cf7620ae
10 changed files with 105 additions and 5 deletions
+8
View File
@@ -38,6 +38,14 @@ Windows::repaintVisibleChatWidgets(Channel *channel)
}
}
void
Windows::updateAll()
{
if (Windows::mainWindow != nullptr) {
Windows::mainWindow->update();
}
}
void
Windows::load()
{