Improved content refresh
This commit is contained in:
@ -137,7 +137,7 @@ export class AnimeNotifier {
|
||||
}
|
||||
|
||||
async updatePushUI() {
|
||||
if(!this.pushManager.pushSupported) {
|
||||
if(!this.pushManager.pushSupported || !this.app.currentPath.includes("/settings")) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user