Improved content refresh

This commit is contained in:
2017-07-15 01:53:08 +02:00
parent 460d90d957
commit 7cd8a8153e
2 changed files with 14 additions and 3 deletions

View File

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