Update EditChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2020-01-05 13:21:28 +01:00
parent cbdc6e0888
commit 3df173f82c
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class EditChannels {
getName () {return "EditChannels";}
getVersion () {return "4.0.8";}
getVersion () {return "4.0.9";}
getAuthor () {return "DevilBro";}
@ -55,7 +55,6 @@ class EditChannels {
this.defaults = {
settings: {
changeChannelIcon: {value:true, inner:false, description:"Change color of Channel Icon."},
changeUnreadIndicator: {value:true, inner:false, description:"Change color of Unread Indicator."},
changeInChatTextarea: {value:true, inner:true, description:"Chat Textarea"},
changeInMentions: {value:true, inner:true, description:"Mentions"},
changeInChannelList: {value:true, inner:true, description:"Channel List"},