mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 13:01:42 +00:00
Changed: Call setUninstallingOldClient before, see #279
--HG-- branch : develop
This commit is contained in:
parent
b7d37b71e3
commit
7b4ab5efa7
1 changed files with 3 additions and 3 deletions
|
@ -793,14 +793,14 @@ void COperationDialog::uninstallOldClient()
|
|||
|
||||
if (button == QMessageBox::Yes)
|
||||
{
|
||||
// to not ask twice
|
||||
CConfigFile::getInstance()->setUninstallingOldClient(true);
|
||||
|
||||
// remember the choice
|
||||
CConfigFile::getInstance()->setShouldUninstallOldClient(true);
|
||||
|
||||
// launch old uninstaller
|
||||
QDesktopServices::openUrl(QUrl::fromLocalFile(uninstaller));
|
||||
|
||||
// to not ask twice
|
||||
CConfigFile::getInstance()->setUninstallingOldClient(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue