mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Hide hamburger menu if no item is selected
CURA-8982
This commit is contained in:
parent
802a80b702
commit
950fc6f3da
@ -21,8 +21,9 @@ UM.ManagementPage
|
|||||||
|
|
||||||
onHamburgeButtonClicked: menu.popup(content_item, content_item.width - menu.width, hamburger_button.height)
|
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"
|
sectionRole: "section_name"
|
||||||
|
|
||||||
property var currentItem:
|
property var currentItem:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user