mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
rebase woes
This commit is contained in:
@@ -465,9 +465,11 @@ Item {
|
||||
|
||||
onVisibleChanged: {
|
||||
if (visible) {
|
||||
if (currentTrayMenu) {
|
||||
currentTrayMenu.showMenu = false
|
||||
}
|
||||
PopoutManager.closeAllPopouts()
|
||||
ModalManager.closeAllModalsExcept(null)
|
||||
TrayMenuManager.closeTrayMenus()
|
||||
updatePosition()
|
||||
}
|
||||
}
|
||||
@@ -781,10 +783,6 @@ Item {
|
||||
|
||||
function close() {
|
||||
showMenu = false
|
||||
if (root.overflowWasOpenBeforeTrayMenu) {
|
||||
root.menuOpen = true
|
||||
}
|
||||
root.overflowWasOpenBeforeTrayMenu = false
|
||||
}
|
||||
|
||||
function closeWithAction() {
|
||||
@@ -918,9 +916,9 @@ Item {
|
||||
|
||||
onVisibleChanged: {
|
||||
if (visible) {
|
||||
root.menuOpen = false
|
||||
PopoutManager.closeAllPopouts()
|
||||
ModalManager.closeAllModalsExcept(null)
|
||||
TrayMenuManager.closeOverflowMenus()
|
||||
updatePosition()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user