Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
fb10ee54ed Merge branch 'setttingssync' into shigusegubu-themes3 2026-03-13 13:21:23 +02:00
Henry Jameson
e77e8431c6 fix not synching 2026-03-13 13:21:02 +02:00

View file

@ -326,6 +326,7 @@ export const useUserHighlightStore = defineStore('user_highlight', {
this.cache._timestamp = Math.min(stale._timestamp, recent._timestamp)
}
this.highlight = this.cache.highlight
this.pushHighlight()
},
pushHighlight({ force = false } = {}) {
const needPush = this.dirty || force