Merge branch 'setttingssync' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-03-13 12:52:43 +02:00
commit b29b573b9d

View file

@ -1,6 +1,7 @@
import {
merge as _merge,
clamp,
clone,
cloneDeep,
findLastIndex,
flatten,
@ -282,7 +283,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
dirty = true
this.set({ user, value: clone(value) })
vuexState.config.highlight[user]._migrated = 1
console.log(user, value, this.highlight[user])
console.debug(`Migrating user ${user}: ${ JSON.stringify(value) }`)
}
})
storage.setItem('vuex-lz', vuexState)