Skip to content

Commit

Permalink
deskflow#5657 Fix skip activation loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nelless committed Oct 19, 2016
1 parent e01d0ce commit f2a1d96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/src/ActivationDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ void ActivationDialog::reject()
m_LicenseManager->skipActivation();
m_appConfig->activationHasRun(true);
m_appConfig->saveSettings();
} else {
return;
}
}
QDialog::reject();
Expand Down

0 comments on commit f2a1d96

Please sign in to comment.