From 77ef22bdb4c26b827df279ba3aa6165d7ee7d387 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 23 May 2022 21:08:11 +0200 Subject: [PATCH] set proper ntfy priorities --- src/components/notifications/Ntfy.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/notifications/Ntfy.vue b/src/components/notifications/Ntfy.vue index ae1e8a507..4f21093ba 100644 --- a/src/components/notifications/Ntfy.vue +++ b/src/components/notifications/Ntfy.vue @@ -14,7 +14,7 @@
- +
@@ -22,7 +22,7 @@ export default { mounted() { if (typeof this.$parent.notification.ntfyPriority === "undefined") { - this.$parent.notification.ntfyPriority = 4; + this.$parent.notification.ntfyPriority = 5; } }, }