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: {
|
hideWithSpotify: {
|
||||||
description: "hide stats.fm presence if spotify is running",
|
description: "hide stats.fm presence if spotify is running",
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
statusName: {
|
statusName: {
|
||||||
description: "custom status text",
|
description: "custom status text",
|
||||||
type: OptionType.STRING,
|
type: OptionType.STRING,
|
||||||
default: "some music",
|
default: "Stats.fm",
|
||||||
},
|
},
|
||||||
nameFormat: {
|
nameFormat: {
|
||||||
description: "Show name of song and artist in status name",
|
description: "Show name of song and artist in status name",
|
||||||
|
@ -193,7 +193,7 @@ const settings = definePluginSettings({
|
||||||
useListeningStatus: {
|
useListeningStatus: {
|
||||||
description: 'show "Listening to" status instead of "Playing"',
|
description: 'show "Listening to" status instead of "Playing"',
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
missingArt: {
|
missingArt: {
|
||||||
description: "When albums or albums art is missing",
|
description: "When albums or albums art is missing",
|
||||||
|
|
Loading…
Reference in a new issue