Skip to content

Commit

Permalink
fix: fixed NewReleaseNotification couldn't be hidden/disabled (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingKing-AM authored Oct 12, 2022
1 parent 1980a40 commit bfe847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewReleaseNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
};
},
computed: {
...mapWritableState(useSettingsStore, { data: 'newReleaseNotification' }),
...mapWritableState(useSettingsStore, { data: 'newReleaseCheckData' }),
},
async mounted() {
await useSettingsStore().ensureLoaded();
Expand Down

1 comment on commit bfe847c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.0 (click to expand)

Screenshots using aw-server-rust v0.12.0 (click to expand)

CML watermark

Please sign in to comment.