mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
Use firstRun property for the Add machine wizard
This commit is contained in:
parent
17d3033b9a
commit
1fc4d28864
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ UM.MainWindow {
|
||||||
target: Printer
|
target: Printer
|
||||||
onRequestAddPrinter: {
|
onRequestAddPrinter: {
|
||||||
addMachineWizard.visible = true
|
addMachineWizard.visible = true
|
||||||
addMachineWizard.printer = false
|
addMachineWizard.firstRun = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue