chore(control): prevent closing popups by clicking outside (#20)

Multiple test users closed various popups accidentally by clicking outside and rarely used the feature to close the popup.
This commit is contained in:
2026-01-19 17:40:53 +01:00
committed by GitHub
parent 99643f8029
commit 4acbc96a58
5 changed files with 9 additions and 31 deletions
@@ -45,7 +45,6 @@
open: false,
snippet: null,
title: '',
closable: true
});
function popup_close_function() {
@@ -58,7 +57,6 @@
snippet: send_keys_popup,
title: 'Tastatur-Eingaben Senden',
title_icon: Keyboard,
closable: true
};
};
@@ -68,7 +66,6 @@
snippet: text_popup,
title: 'Text Anzeigen',
title_icon: TextAlignStart,
closable: true,
window_class: 'size-full'
};
};
@@ -80,7 +77,6 @@
title: 'Webseite Anzeigen',
window_class: 'w-xl',
title_icon: Globe,
closable: true
};
};
@@ -104,7 +100,6 @@
snippet: ask_shutdown_popup,
title: 'Bildschirm Herunterfahren',
title_icon: PowerOff,
closable: true
};
}