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
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
|
// don't ask this question anymore
|
||||||
CConfigFile::getInstance()->setShouldUninstallOldClient(false);
|
CConfigFile::getInstance()->setShouldUninstallOldClient(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// save the choice
|
||||||
|
CConfigFile::getInstance()->save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue