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; } }, }