refactor(betterActivities): remove obsolete restartNeeded props

This commit is contained in:
D3SOX 2024-05-17 19:20:49 +02:00
parent 46facce4b7
commit b780ae4a2a
No known key found for this signature in database
GPG key ID: 39EC1673FC37B048

View file

@ -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,