This commit is contained in:
2017-11-05 09:32:46 +01:00
parent 7cf3c2564b
commit 5801b3f4e1
11 changed files with 66 additions and 65 deletions

View File

@ -269,7 +269,7 @@ export class AnimeNotifier {
}
async updatePushUI() {
if(!this.pushManager.pushSupported || !this.app.currentPath.includes("/settings")) {
if(!this.pushManager.pushSupported || !this.app.currentPath.includes("/settings/notifications")) {
return
}