Simplified version for validation need to show user agreement

CURA-4501
This commit is contained in:
Aleksei S 2017-10-30 14:42:46 +01:00
parent c0f1af94ab
commit 22aaf64b63
3 changed files with 4 additions and 13 deletions

View file

@ -897,7 +897,7 @@ UM.MainWindow
}
// check later if the user agreement dialog has been closed
if (CuraApplication.needToShowUserAgreement && !CuraApplication.hasUserAgreementShown)
if (CuraApplication.needToShowUserAgreement)
{
restart();
}