This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5657 Fix skip activation loop

  • Loading branch information...
nlyan committed Oct 19, 2016
1 parent e01d0ce commit f2a1d962bc40ddd5b33104ad0baa7b3ecde11ddb
Showing with 2 additions and 0 deletions.
  1. +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

Please sign in to comment.