mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 13:43:03 -04:00
Fix ShowMeYourName Settings
This commit is contained in:
parent
1e02050bb3
commit
b0f12a9e3f
1 changed files with 3 additions and 0 deletions
|
@ -50,16 +50,19 @@ const settings = definePluginSettings({
|
|||
type: OptionType.BOOLEAN,
|
||||
default: false,
|
||||
description: "Show usernames in member list",
|
||||
restartNeeded: true
|
||||
},
|
||||
voiceChannelList: {
|
||||
type: OptionType.BOOLEAN,
|
||||
default: false,
|
||||
description: "Show usernames in voice channel list",
|
||||
restartNeeded: true
|
||||
},
|
||||
emojiReactions: {
|
||||
type: OptionType.BOOLEAN,
|
||||
default: false,
|
||||
description: "Show usernames in emoji reactions",
|
||||
restartNeeded: true
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue