1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

app picker: fix background close

This commit is contained in:
bbedward
2025-12-03 23:00:22 -05:00
parent d9deaa8d74
commit d22c43e08b

View File

@@ -27,10 +27,12 @@ DankModal {
modalWidth: 520 modalWidth: 520
modalHeight: 500 modalHeight: 500
onBackgroundClicked: close()
onDialogClosed: { onDialogClosed: {
searchQuery = "" searchQuery = ""
selectedIndex = 0 selectedIndex = 0
keyboardNavigationActive: false keyboardNavigationActive = false
} }
onOpened: { onOpened: {