#5657 Fix skip activation loop
This commit is contained in:
parent
e01d0ce4c7
commit
f2a1d962bc
|
@ -49,6 +49,8 @@ void ActivationDialog::reject()
|
|||
m_LicenseManager->skipActivation();
|
||||
m_appConfig->activationHasRun(true);
|
||||
m_appConfig->saveSettings();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
}
|
||||
QDialog::reject();
|
||||
|
|
Loading…
Reference in New Issue