Fixed: Pushover silent priority

This commit is contained in:
vertigo235 2017-01-20 02:51:58 -05:00 committed by Mark McDowall
parent 54dd527f01
commit f56076a135
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
public enum PushoverPriority public enum PushoverPriority
{ {
Silent = -1, Silent = -2,
Quiet = -1, Quiet = -1,
Normal = 0, Normal = 0,
High = 1, High = 1,