1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

remove screen dimming from dropdown menus (#435)

This commit is contained in:
Body
2025-10-15 04:44:29 +01:00
committed by GitHub
parent caa703af99
commit d1383b5d1b

View File

@@ -222,6 +222,7 @@ Item {
height: Math.min(root.maxPopupHeight, (root.enableFuzzySearch ? 54 : 0) + Math.min(filteredOptions.length, 10) * 36 + 16)
padding: 0
modal: true
dim: false
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
background: Rectangle {