Update EditChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2019-10-17 14:08:34 +02:00
parent 115e2921cb
commit 50533f2304
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class EditChannels {
getName () {return "EditChannels";}
getVersion () {return "4.0.4";}
getVersion () {return "4.0.5";}
getAuthor () {return "DevilBro";}
@ -96,7 +96,7 @@ class EditChannels {
children: BDFDB.LanguageStrings.RESET
}));
return BDFDB.createSettingsPanel(plugin, settingsitems);
return BDFDB.createSettingsPanel(this, settingsitems);
}
//legacy