1
0
Fork 1
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:
Grzesiek11 2024-08-02 12:18:57 +02:00
parent 3ecb45ea06
commit 9c1d51a441
No known key found for this signature in database
GPG key ID: 4A5445FB68CDB5C4

View file

@ -56,7 +56,7 @@ const settings = definePluginSettings({
description: "Replace role colors in the member list",
restartNeeded: true,
type: OptionType.BOOLEAN,
default: false,
default: true,
},
});