add themes to config so they persist between sessions

This commit is contained in:
garak
2019-08-14 18:02:00 -04:00
committed by huderlem
parent 376cfbf9c3
commit 230b018834
4 changed files with 31 additions and 9 deletions

View File

@@ -211,6 +211,7 @@ private:
void setProjectSpecificUIVisibility();
void loadUserSettings();
void restoreWindowState();
void setTheme(QString);
bool openRecentProject();
void updateTilesetEditor();
QString getEventGroupFromTabWidget(QWidget *tab);