From e610361217e41dcd31f8b064331443ad867151bb Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 13 Mar 2026 13:14:18 +0200 Subject: [PATCH] debug --- src/boot/after_store.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/boot/after_store.js b/src/boot/after_store.js index 2171ce900..fe21eb442 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -35,6 +35,7 @@ import { useInterfaceStore } from 'src/stores/interface.js' import { useLocalConfigStore } from 'src/stores/local_config.js' import { useOAuthStore } from 'src/stores/oauth' import { useSyncConfigStore } from 'src/stores/sync_config.js' +import { useUserHighlightStore } from 'src/stores/user_highlight.js' import VBodyScrollLock from 'src/directives/body_scroll_lock' import { @@ -526,6 +527,7 @@ const afterStoreSetup = async ({ pinia, store, storageError, i18n }) => { useInterfaceStore().setLayoutHeight(windowHeight()) window.syncConfig = useSyncConfigStore() window.localConfig = useLocalConfigStore() + window.highlightConfig = useUserHighlightStore() FaviconService.initFaviconService() initServiceWorker(store)