Use firstRun property for the Add machine wizard

This commit is contained in:
Arjen Hiemstra 2015-08-25 18:12:24 +02:00
parent 17d3033b9a
commit 1fc4d28864

View file

@ -522,7 +522,7 @@ UM.MainWindow {
target: Printer
onRequestAddPrinter: {
addMachineWizard.visible = true
addMachineWizard.printer = false
addMachineWizard.firstRun = true
}
}