Fix the "allow notifs" setting
This commit is contained in:
parent
c81cf1adab
commit
6cee01512e
1 changed files with 11 additions and 0 deletions
|
|
@ -46,6 +46,17 @@ namespace BookAStar.ViewModels
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public bool ReceivePushNotifications
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return MainSettings.PushNotifications;
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
MainSettings.PushNotifications = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
private long queryCount;
|
private long queryCount;
|
||||||
private User user;
|
private User user;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue