Gotify change to normal priority

This commit is contained in:
glax 2023-06-15 21:24:01 +02:00
parent c822c74f42
commit 36c145da26

View File

@ -43,7 +43,7 @@ public class Gotify : NotificationManager
this.title = title;
this.message = message;
this.extras = new();
this.priority = 2;
this.priority = 4;
}
}
}