Update ShowHiddenChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2021-05-08 13:55:03 +02:00 committed by GitHub
parent 16aa91b807
commit 3942b16cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -2,7 +2,7 @@
* @name ShowHiddenChannels
* @author DevilBro
* @authorId 278543574059057154
* @version 2.9.6
* @version 2.9.7
* @description Displays all hidden Channels, which can't be accessed due to Role Restrictions, this won't allow you to read them (impossible)
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,12 +17,15 @@ module.exports = (_ => {
"info": {
"name": "ShowHiddenChannels",
"author": "DevilBro",
"version": "2.9.6",
"version": "2.9.7",
"description": "Displays all hidden Channels, which can't be accessed due to Role Restrictions, this won't allow you to read them (impossible)"
},
"changeLog": {
"improved": {
"Channel Topic": "Formatting Channel Topic in Access Modal (makes Links clickable, etc)"
},
"fixed": {
"Settings": "Show again"
}
}
};
@ -316,11 +319,6 @@ module.exports = (_ => {
}
});
}
getSettingsPanel (collapseStates = {}) {
let settingsPanel, settingsItems = [];
return settingsPanel = BDFDB.PluginUtils.createSettingsPanel(this, settingsItems);
}
onSettingsClosed () {
if (this.SettingsUpdated) {
@ -801,4 +799,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();