mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Little refactors (apply review comments). [CURA-6294]
This commit is contained in:
parent
ad6603bab8
commit
1f2fea14ce
3 changed files with 2 additions and 4 deletions
|
@ -78,13 +78,13 @@ UM.MainWindow
|
|||
{
|
||||
welcomeDialog.visible = true;
|
||||
welcomeDialog.currentStep = 0;
|
||||
welcomeDialog.show();
|
||||
}
|
||||
else
|
||||
{
|
||||
welcomeDialog.hide()
|
||||
welcomeDialog.visible = false;
|
||||
}
|
||||
// TODO: While the new onboarding process contains the user-agreement,
|
||||
// it should probably not entirely rely on 'needToShowUserAgreement' for show/hide.
|
||||
}
|
||||
|
||||
Item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue