diff --git a/src/plugins/showMeYourName/index.tsx b/src/plugins/showMeYourName/index.tsx index b89e865f..be92af83 100644 --- a/src/plugins/showMeYourName/index.tsx +++ b/src/plugins/showMeYourName/index.tsx @@ -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 }, });