#5657 Fix skip activation loop

This commit is contained in:
Andrew Nelless
2016-10-19 17:40:34 +01:00
parent e01d0ce4c7
commit f2a1d962bc

View File

@@ -49,6 +49,8 @@ void ActivationDialog::reject()
m_LicenseManager->skipActivation();
m_appConfig->activationHasRun(true);
m_appConfig->saveSettings();
} else {
return;
}
}
QDialog::reject();