From be4f7e929b39dc6a90077c4bdcc6f231a48e7847 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 22 Sep 2025 14:10:24 +0200 Subject: [PATCH 1/2] fix(permissions): Correctly ask for browser permissions Signed-off-by: Joas Schilling --- src/NotificationsApp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotificationsApp.vue b/src/NotificationsApp.vue index d590b0a04..e1800b0f6 100644 --- a/src/NotificationsApp.vue +++ b/src/NotificationsApp.vue @@ -11,7 +11,7 @@ :exclude-click-outside-selectors="['.popover']" :aria-label="t('notifications', 'Notifications')" :title="t('notifications', 'Notifications')" - @open="onOpen"> + @opened="onOpen">