Update ShowHiddenChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2020-10-29 15:13:49 +01:00 committed by GitHub
parent 23bdf3cfe6
commit fd3cbfb041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ module.exports = (_ => {
showVoice: {value:true, description:"Show hidden Voice Channels"},
showAnnouncement: {value:true, description:"Show hidden Announcement Channels"},
showStore: {value:true, description:"Show hidden Store Channels"},
showForNormal: {value:false, description:"Add Access-Overview ContextMenu Entry for non-hidden Channels"},
showForNormal: {value:true, description:"Add Access-Overview ContextMenu Entry for non-hidden Channels"},
}
};
@ -700,4 +700,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();