mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 05:16:59 +03:00
GH-1652 save all instance settings on launch if instance window is already open
This commit is contained in:
parent
dd0e996081
commit
8731318fef
6 changed files with 28 additions and 6 deletions
|
|
@ -41,6 +41,9 @@ public:
|
|||
m_shouldQuit = shouldQuit;
|
||||
}
|
||||
|
||||
// save all settings and changes (prepare for launch)
|
||||
bool saveAll();
|
||||
|
||||
signals:
|
||||
void isClosing();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue