Made main window hide on instace exit

This commit is contained in:
Stiepen22
2013-09-06 23:52:17 +02:00
parent 0990a1103c
commit 3fd2d025a1
5 changed files with 31 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ AppSettings::AppSettings(QObject *parent) :
registerSetting(new Setting("PreLaunchCommand", ""));
registerSetting(new Setting("PostExitCommand", ""));
// The cat
registerSetting(new Setting("TheCat", false));
// Misc
registerSetting(new Setting("TheCat", false)); // The Cat
registerSetting(new Setting("NoHide", false)); // Shall the main window hide on instance launch
}