Fix pushover priority values.

pull/2/head
vertigo235 8 years ago committed by Leonardo Galli
parent 7d3118aece
commit 91c820f98b

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

Loading…
Cancel
Save