mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
refactor(betterActivities): remove obsolete restartNeeded props
This commit is contained in:
parent
46facce4b7
commit
b780ae4a2a
1 changed files with 0 additions and 2 deletions
|
@ -26,13 +26,11 @@ const settings = definePluginSettings({
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
description: "Show special activities first (Currently Spotify and Twitch)",
|
description: "Show special activities first (Currently Spotify and Twitch)",
|
||||||
default: true,
|
default: true,
|
||||||
restartNeeded: false,
|
|
||||||
},
|
},
|
||||||
renderGifs: {
|
renderGifs: {
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
description: "Allow rendering GIFs",
|
description: "Allow rendering GIFs",
|
||||||
default: true,
|
default: true,
|
||||||
restartNeeded: false,
|
|
||||||
},
|
},
|
||||||
divider: {
|
divider: {
|
||||||
type: OptionType.COMPONENT,
|
type: OptionType.COMPONENT,
|
||||||
|
|
Loading…
Reference in a new issue