From fd3cbfb041f459b3d93713bafd8df3f5b7553d60 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 29 Oct 2020 15:13:49 +0100 Subject: [PATCH] Update ShowHiddenChannels.plugin.js --- Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js index 06b507d7d4..483b459bc4 100644 --- a/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js +++ b/Plugins/ShowHiddenChannels/ShowHiddenChannels.plugin.js @@ -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)); -})(); \ No newline at end of file +})();