diff --git a/eslint.config.js b/eslint.config.js
index f829a37..5221736 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -36,5 +36,5 @@ export default ts.config(
parser: ts.parser,
},
},
- { ignores: ['dist/'] },
+ { ignores: ['dist/', 'buboard-dist/'] },
);
diff --git a/src/App.svelte b/src/App.svelte
index 1bd277e..10fa61b 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -43,7 +43,7 @@
{#if !interfaceHidden}
-
(interfaceHidden = true)} />
+ { interfaceHidden = true; appState.setLocked(true); }} />
{/if}
@@ -63,7 +63,7 @@
{#if interfaceHidden}
-