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

windows: dont close on esc

fixes #911
This commit is contained in:
bbedward
2025-12-08 14:02:58 -05:00
parent 64d5e99b9d
commit b7062fe40c
4 changed files with 3 additions and 12 deletions

View File

@@ -112,12 +112,6 @@ FloatingWindow {
focus: true
Keys.onPressed: event => {
if (event.key === Qt.Key_Escape) {
hide();
event.accepted = true;
return;
}
switch (event.key) {
case Qt.Key_1:
currentTab = 0;