mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Fixed: Save config after choosing if we should uninstall previous version, see #279
--HG-- branch : develop
This commit is contained in:
parent
378ae6ecbb
commit
0f587c079d
1 changed files with 3 additions and 0 deletions
|
@ -798,6 +798,9 @@ void COperationDialog::uninstallOldClient()
|
|||
// don't ask this question anymore
|
||||
CConfigFile::getInstance()->setShouldUninstallOldClient(false);
|
||||
}
|
||||
|
||||
// save the choice
|
||||
CConfigFile::getInstance()->save();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue