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:
@@ -27,10 +27,12 @@ DankModal {
|
||||
modalWidth: 520
|
||||
modalHeight: 500
|
||||
|
||||
onBackgroundClicked: close()
|
||||
|
||||
onDialogClosed: {
|
||||
searchQuery = ""
|
||||
selectedIndex = 0
|
||||
keyboardNavigationActive: false
|
||||
keyboardNavigationActive = false
|
||||
}
|
||||
|
||||
onOpened: {
|
||||
|
||||
Reference in New Issue
Block a user