mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add a preference check to enable or disable the experimental feature
This commit is contained in:
parent
86c7d3e5ab
commit
3829eb0905
4 changed files with 84 additions and 58 deletions
|
|
@ -32,10 +32,7 @@ Button
|
|||
right: printerTypes.left
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
text: {
|
||||
print("HOLAAAAAAAA", objectItemButton.text)
|
||||
return objectItemButton.text
|
||||
}
|
||||
text: objectItemButton.text
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("medium")
|
||||
visible: text != ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue