mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 19:31:16 -07:00
T466: Added disabling of view button
This commit is contained in:
parent
9da00563e5
commit
84add5be84
4 changed files with 15 additions and 3 deletions
|
|
@ -406,7 +406,8 @@ UM.MainWindow
|
|||
iconSource: UM.Theme.getIcon("viewmode");
|
||||
|
||||
style: UM.Theme.styles.tool_button;
|
||||
tooltip: '';
|
||||
tooltip: "";
|
||||
enabled: !PrintInformation.isPreSliced
|
||||
menu: ViewMenu { }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue