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