Merge remote-tracking branch 'origin/WIP_onboarding_by_ip' into WIP_onboarding_machine_action

This commit is contained in:
Lipu Fei 2019-03-21 08:35:06 +01:00
commit f2d7f93101
3 changed files with 6 additions and 9 deletions

View file

@ -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