mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Simplified version for validation need to show user agreement
CURA-4501
This commit is contained in:
parent
c0f1af94ab
commit
22aaf64b63
3 changed files with 4 additions and 13 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue