mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Removed the expandSidebar action
Since we don't even have a sidebar anymore, there is no point in expanding it.
This commit is contained in:
parent
4e432a5f06
commit
1e3a9ff57c
2 changed files with 2 additions and 13 deletions
|
@ -44,7 +44,8 @@ Menu
|
|||
MenuItem { action: Cura.Actions.viewRightSideCamera; }
|
||||
}
|
||||
|
||||
MenuSeparator {
|
||||
MenuSeparator
|
||||
{
|
||||
visible: UM.Preferences.getValue("cura/use_multi_build_plate")
|
||||
}
|
||||
|
||||
|
@ -72,8 +73,5 @@ Menu
|
|||
|
||||
MenuSeparator {}
|
||||
|
||||
MenuItem { action: Cura.Actions.expandSidebar; }
|
||||
|
||||
MenuSeparator {}
|
||||
MenuItem { action: Cura.Actions.toggleFullScreen; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue