Update ShowHiddenChannels.plugin.js
This commit is contained in:
parent
0230b750ef
commit
dc90469f7a
|
@ -165,7 +165,7 @@ module.exports = (_ => {
|
||||||
|
|
||||||
this.defaults = {
|
this.defaults = {
|
||||||
settings: {
|
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"},
|
showText: {value: true, description: "Show hidden Text Channels"},
|
||||||
showVoice: {value: true, description: "Show hidden Voice Channels"},
|
showVoice: {value: true, description: "Show hidden Voice Channels"},
|
||||||
showAnnouncement: {value: true, description: "Show hidden Announcement Channels"},
|
showAnnouncement: {value: true, description: "Show hidden Announcement Channels"},
|
||||||
|
|
Loading…
Reference in New Issue