Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Components/Notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Notification.vue b/src/Components/Notification.vue
index 94382cc..4ebd3d2 100644
--- a/src/Components/Notification.vue
+++ b/src/Components/Notification.vue
@@ -245,7 +245,7 @@ export default {
console.error('Failed to read showBrowserNotifications property from App component')
}
- if (this.$parent.$parent.showBrowserNotifications) {
+ if (this.$parent.$parent.$parent.showBrowserNotifications) {
this._createWebNotification()
if (this.app === 'spreed' && this.objectType === 'call') {