NOISSUE force saving of any outstanding instance component state on exit
This commit is contained in:
parent
e0bea1e46a
commit
95e6f37d39
10 changed files with 42 additions and 15 deletions
|
@ -644,7 +644,8 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
|
|||
connect(this, &MultiMC::aboutToQuit, [this](){
|
||||
if(m_instances)
|
||||
{
|
||||
// m_instances->saveGroupList();
|
||||
// save any remaining instance state
|
||||
m_instances->saveNow();
|
||||
}
|
||||
if(logFile)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue