mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 21:58:12 +08:00
@@ -38,6 +38,7 @@
|
||||
export let requiresLock = false;
|
||||
|
||||
$: keyboardLockInfoMessage = watchKeyboardLockInfoMessage(fullscreen.keyboardLockApiSupported);
|
||||
|
||||
$: displayKeyboardLockNotice = requiresLock && !$fullscreen.keyboardLocked;
|
||||
|
||||
function watchKeyboardLockInfoMessage(keyboardLockApiSupported: boolean): string {
|
||||
|
||||
Reference in New Issue
Block a user