mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
plugins(statsFM): correct default values
This commit is contained in:
parent
b0370e112f
commit
7263093502
1 changed files with 3 additions and 3 deletions
|
@ -152,12 +152,12 @@ const settings = definePluginSettings({
|
|||
hideWithSpotify: {
|
||||
description: "hide stats.fm presence if spotify is running",
|
||||
type: OptionType.BOOLEAN,
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
statusName: {
|
||||
description: "custom status text",
|
||||
type: OptionType.STRING,
|
||||
default: "some music",
|
||||
default: "Stats.fm",
|
||||
},
|
||||
nameFormat: {
|
||||
description: "Show name of song and artist in status name",
|
||||
|
@ -193,7 +193,7 @@ const settings = definePluginSettings({
|
|||
useListeningStatus: {
|
||||
description: 'show "Listening to" status instead of "Playing"',
|
||||
type: OptionType.BOOLEAN,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
missingArt: {
|
||||
description: "When albums or albums art is missing",
|
||||
|
|
Loading…
Reference in a new issue