1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

escape key handling

This commit is contained in:
bbedward
2025-08-05 09:15:27 -04:00
parent ef9e80bfdf
commit fccaf06baa
11 changed files with 191 additions and 19 deletions

View File

@@ -554,6 +554,7 @@ ScrollView {
Prefs.setProfileImage(path);
visible = false;
}
onDialogClosed: {}
}
}
@@ -574,6 +575,7 @@ ScrollView {
Prefs.setWallpaperPath(path);
visible = false;
}
onDialogClosed: {}
}
}