Update ShowHiddenChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-08 15:03:34 +01:00
parent 0230b750ef
commit dc90469f7a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ module.exports = (_ => {
this.defaults = {
settings: {
sortNative: {value: false, description: "Sort hidden Channels in the native Order"},
sortNative: {value: true, description: "Sort hidden Channels in the native Order instead of an extra Category"},
showText: {value: true, description: "Show hidden Text Channels"},
showVoice: {value: true, description: "Show hidden Voice Channels"},
showAnnouncement: {value: true, description: "Show hidden Announcement Channels"},