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