Skip to content

Commit bac7032

Browse files
committed
feat: save easter egg state in global setting for sync
1 parent d1a8470 commit bac7032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ function layEgg() {
308308
nextTick(() => {
309309
showPulse.value = true
310310
isLoop.value = !isLoop.value
311+
settings.value.enableGraphPulseLooping = isLoop.value
311312
playEggPulse()
312313
})
313314
}

0 commit comments

Comments
 (0)