Fix: Prevent open flags menu being stored after menu close

This commit is contained in:
Luc Mcgrady 2025-11-23 18:42:46 +00:00
parent 24424af95d
commit 2168b7fc1c
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -135,6 +135,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
function prepKeycodeForShortcut(keycode: string) {
return keycode.replace("Ctrl", "Control");
}
$: if (!showFloating) {
showFlags = false;
}
</script>
<Shortcut