Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
826e726391 Merge branch 'setttingssync' into shigusegubu-themes3 2026-03-13 12:07:58 +02:00
Henry Jameson
13d9a281c9 debug 2026-03-13 12:07:50 +02:00

View file

@ -275,8 +275,8 @@ export const useUserHighlightStore = defineStore('user_highlight', {
const vuexState = await storage.getItem('vuex-lz')
const { highlight } = vuexState.config
Object.entries(highlight).forEach(([user, value]) => {
if ((highlight[user]._migrated || 0) < 1) {
vuexState.config.highlight[user]._migrated = 1
if ((highlight[user]._migrated || 0) < 2) {
// vuexState.config.highlight[user]._migrated = 1
this.set({ user, value })
console.log(user, value, this.highlight[user])
}