mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 19:49:56 +00:00
Made main window hide on instace exit
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user