mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Made main window hide on instace exit
This commit is contained in:
parent
0990a1103c
commit
3fd2d025a1
5 changed files with 31 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue