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