From d5b49e5f46ab608f44de4ac07618e17919912e9f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:07:18 +1000 Subject: [PATCH] chore: remove old showLyrics config --- README.md | 2 +- plugin/src/Caelestia/Config/serviceconfig.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 13b5ec8a..1dfbd205 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ For example, to disable the bar on DP-1: > - `utilities` (`toasts`, `vpn`) > - `services` (`weatherLocation`, `useFahrenheit`, `useFahrenheitPerformance`, `useTwelveHourClock`, > `gpuType`, `visualiserBars`, `audioIncrement`, `brightnessIncrement`, `maxVolume`, `smartScheme`, -> `defaultPlayer`, `playerAliases`, `showLyrics`, `lyricsBackend`) +> `defaultPlayer`, `playerAliases`, `lyricsBackend`) > - `paths` (`wallpaperDir`, `lyricsDir`) > > diff --git a/plugin/src/Caelestia/Config/serviceconfig.hpp b/plugin/src/Caelestia/Config/serviceconfig.hpp index 60bbced1..ffdccda6 100644 --- a/plugin/src/Caelestia/Config/serviceconfig.hpp +++ b/plugin/src/Caelestia/Config/serviceconfig.hpp @@ -32,7 +32,6 @@ class ServiceConfig : public ConfigObject { CONFIG_GLOBAL_PROPERTY(QString, defaultPlayer, u"Spotify"_s) CONFIG_GLOBAL_PROPERTY(QVariantList, playerAliases, { 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) public: