Fix pushover priority values.

This commit is contained in:
vertigo235 2017-01-18 17:16:57 -05:00 committed by Leonardo Galli
parent 7d3118aece
commit 91c820f98b
1 changed files with 1 additions and 1 deletions

View File

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