Fix ShowMeYourName Settings
Some checks failed
Release / Build Equicord (push) Has been cancelled
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-05-01 14:58:40 -04:00
parent 1e02050bb3
commit b0f12a9e3f
No known key found for this signature in database

View file

@ -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
},
});