mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Hide hamburger menu if no item is selected
CURA-8982
This commit is contained in:
parent
802a80b702
commit
950fc6f3da
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ UM.ManagementPage
|
|||
|
||||
onHamburgeButtonClicked: menu.popup(content_item, content_item.width - menu.width, hamburger_button.height)
|
||||
|
||||
property bool hasCurrentItem: base.currentItem != null
|
||||
hamburgerButtonVisible: hasCurrentItem
|
||||
|
||||
property var hasCurrentItem: base.currentItem != null
|
||||
sectionRole: "section_name"
|
||||
|
||||
property var currentItem:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue