We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e97f79 commit a50372eCopy full SHA for a50372e
src/pages/SettingsPage.vue
@@ -15,6 +15,8 @@ const openAtStartup = AppStorage.asRef('openAtStartup')
15
const showOnlyParticipating = AppStorage.asRef('showOnlyParticipating')
16
const showReadNotifications = AppStorage.asRef('showReadNotifications')
17
18
+const accessToken = AppStorage.asComputed('accessToken')
19
+
20
watch(soundsEnabled, (enabled) => {
21
if (enabled)
22
invoke('play_notification_sound')
0 commit comments