added custom window frame title

This commit is contained in:
fourtf
2018-04-18 18:55:49 +02:00
parent fa3c812697
commit 1290d28b1a
5 changed files with 25 additions and 8 deletions
+2
View File
@@ -100,6 +100,8 @@ Window::Window(singletons::ThemeManager &_themeManager, WindowType _type)
// static int index = 0;
// ircManager.addFakeMessage(cheerMessages[index++ % cheerMessages.size()]);
// });
this->setWindowTitle("Chatterino 2 Development Build");
}
Window::WindowType Window::getType()