Update ReadAllNotificationsButton.plugin.js

This commit is contained in:
Mirco Wittrien 2020-06-09 15:21:09 +02:00
parent ec17c0b76e
commit bc309a4ef7
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,7 @@
var ReadAllNotificationsButton = (_ => {
var blacklist, clearing;
var settings = {};
return class ReadAllNotificationsButton {
getName () {return "ReadAllNotificationsButton";}
@ -180,7 +181,6 @@ var ReadAllNotificationsButton = (_ => {
onSettingsClosed () {
if (this.SettingsUpdated) {
delete this.SettingsUpdated;
this.forceUpdateAll();
}
}