From 36c145da265e315350e81b8802712adc1a9c4369 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 15 Jun 2023 21:24:01 +0200 Subject: [PATCH] Gotify change to normal priority --- Tranga/NotificationManagers/Gotify.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tranga/NotificationManagers/Gotify.cs b/Tranga/NotificationManagers/Gotify.cs index ef14cdd..8dce233 100644 --- a/Tranga/NotificationManagers/Gotify.cs +++ b/Tranga/NotificationManagers/Gotify.cs @@ -43,7 +43,7 @@ public class Gotify : NotificationManager this.title = title; this.message = message; this.extras = new(); - this.priority = 2; + this.priority = 4; } } } \ No newline at end of file