mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Save config after choosing if we should uninstall previous version, see #279
This commit is contained in:
parent
79d2ec2328
commit
6332306238
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