Merge branch 'setttingssync' into shigusegubu-themes3
This commit is contained in:
commit
6e55622963
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ import { useInterfaceStore } from 'src/stores/interface.js'
|
||||||
import { useLocalConfigStore } from 'src/stores/local_config.js'
|
import { useLocalConfigStore } from 'src/stores/local_config.js'
|
||||||
import { useOAuthStore } from 'src/stores/oauth'
|
import { useOAuthStore } from 'src/stores/oauth'
|
||||||
import { useSyncConfigStore } from 'src/stores/sync_config.js'
|
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 VBodyScrollLock from 'src/directives/body_scroll_lock'
|
||||||
import {
|
import {
|
||||||
|
|
@ -526,6 +527,7 @@ const afterStoreSetup = async ({ pinia, store, storageError, i18n }) => {
|
||||||
useInterfaceStore().setLayoutHeight(windowHeight())
|
useInterfaceStore().setLayoutHeight(windowHeight())
|
||||||
window.syncConfig = useSyncConfigStore()
|
window.syncConfig = useSyncConfigStore()
|
||||||
window.localConfig = useLocalConfigStore()
|
window.localConfig = useLocalConfigStore()
|
||||||
|
window.highlightConfig = useUserHighlightStore()
|
||||||
|
|
||||||
FaviconService.initFaviconService()
|
FaviconService.initFaviconService()
|
||||||
initServiceWorker(store)
|
initServiceWorker(store)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue