Permalink
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/gui/src/ActivationDialog.cpp
|
|
@@ -49,6 +49,8 @@ void ActivationDialog::reject() |
|
|
m_LicenseManager->skipActivation();
|
|
|
m_appConfig->activationHasRun(true);
|
|
|
m_appConfig->saveSettings();
|
|
|
+ } else {
|
|
|
+ return;
|
|
|
}
|
|
|
}
|
|
|
QDialog::reject();
|
|
|
|
0 comments on commit
f2a1d96