mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Call setUninstallingOldClient before, see #279
This commit is contained in:
parent
46f448ee9c
commit
1a902a502a
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