mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Disable the low/high quality slicing and slider settings if we are not in simple mode
Contributes to #11
This commit is contained in:
parent
fa242bd021
commit
ad68111c0c
2 changed files with 25 additions and 2 deletions
|
@ -20,6 +20,9 @@ Item {
|
|||
property variant minimumPrintTime: PrintInformation.minimumPrintTime;
|
||||
property variant maximumPrintTime: PrintInformation.maximumPrintTime;
|
||||
|
||||
Component.onCompleted: PrintInformation.enabled = true
|
||||
Component.onDestruction: PrintInformation.enabled = false
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue