mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
Enable memberListColors by default
This commit is contained in:
parent
3ecb45ea06
commit
9c1d51a441
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const settings = definePluginSettings({
|
||||||
description: "Replace role colors in the member list",
|
description: "Replace role colors in the member list",
|
||||||
restartNeeded: true,
|
restartNeeded: true,
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue