chore: remove old showLyrics config
This commit is contained in:
parent
f63629e0fe
commit
d5b49e5f46
2 changed files with 1 additions and 2 deletions
|
|
@ -245,7 +245,7 @@ For example, to disable the bar on DP-1:
|
||||||
> - `utilities` (`toasts`, `vpn`)
|
> - `utilities` (`toasts`, `vpn`)
|
||||||
> - `services` (`weatherLocation`, `useFahrenheit`, `useFahrenheitPerformance`, `useTwelveHourClock`,
|
> - `services` (`weatherLocation`, `useFahrenheit`, `useFahrenheitPerformance`, `useTwelveHourClock`,
|
||||||
> `gpuType`, `visualiserBars`, `audioIncrement`, `brightnessIncrement`, `maxVolume`, `smartScheme`,
|
> `gpuType`, `visualiserBars`, `audioIncrement`, `brightnessIncrement`, `maxVolume`, `smartScheme`,
|
||||||
> `defaultPlayer`, `playerAliases`, `showLyrics`, `lyricsBackend`)
|
> `defaultPlayer`, `playerAliases`, `lyricsBackend`)
|
||||||
> - `paths` (`wallpaperDir`, `lyricsDir`)
|
> - `paths` (`wallpaperDir`, `lyricsDir`)
|
||||||
>
|
>
|
||||||
> </details>
|
> </details>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@ class ServiceConfig : public ConfigObject {
|
||||||
CONFIG_GLOBAL_PROPERTY(QString, defaultPlayer, u"Spotify"_s)
|
CONFIG_GLOBAL_PROPERTY(QString, defaultPlayer, u"Spotify"_s)
|
||||||
CONFIG_GLOBAL_PROPERTY(QVariantList, playerAliases,
|
CONFIG_GLOBAL_PROPERTY(QVariantList, playerAliases,
|
||||||
{ vmap({ { u"from"_s, u"com.github.th_ch.youtube_music"_s }, { u"to"_s, u"YT Music"_s } }) })
|
{ vmap({ { u"from"_s, u"com.github.th_ch.youtube_music"_s }, { u"to"_s, u"YT Music"_s } }) })
|
||||||
CONFIG_GLOBAL_PROPERTY(bool, showLyrics, false)
|
|
||||||
CONFIG_GLOBAL_PROPERTY(QString, lyricsBackend, u"Auto"_s)
|
CONFIG_GLOBAL_PROPERTY(QString, lyricsBackend, u"Auto"_s)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue