mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Make progressBar optional in Wizard
CURA-6435
This commit is contained in:
parent
76947df6c1
commit
a5259ce22e
3 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ Window
|
|||
color: UM.Theme.getColor("main_background")
|
||||
|
||||
property var model: null // Needs to be set by whoever is using this dialog.
|
||||
property alias progressBarVisible: wizardPanel.progressBarVisible
|
||||
|
||||
onVisibilityChanged:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue