diff --git a/src/client/init.ts b/src/client/init.ts index 29fc21974..500092061 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -146,7 +146,7 @@ os.init(async () => { } else if (e.key === 'i') { location.reload(); } - }, false) + }, false); store.watch(state => state.device.darkMode, darkMode => { import('./theme').then(({ builtinThemes }) => {