We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80b947 commit a16c957Copy full SHA for a16c957
1 file changed
plugin/src/Caelestia/Config/userpaths.hpp
@@ -16,7 +16,8 @@ class UserPaths : public ConfigObject {
16
17
CONFIG_GLOBAL_PROPERTY(
18
QString, wallpaperDir, QStandardPaths::writableLocation(QStandardPaths::PicturesLocation) + u"/Wallpapers"_s)
19
- CONFIG_GLOBAL_PROPERTY(QString, lyricsDir, QDir::homePath() + u"/Music/lyrics/"_s)
+ CONFIG_GLOBAL_PROPERTY(
20
+ QString, lyricsDir, QStandardPaths::writableLocation(QStandardPaths::MusicLocation) + u"/Lyrics/"_s)
21
CONFIG_PROPERTY(QString, sessionGif, u"root:/assets/kurukuru.gif"_s)
22
CONFIG_PROPERTY(QString, mediaGif, u"root:/assets/bongocat.gif"_s)
23
CONFIG_PROPERTY(QString, noNotifsPic, u"root:/assets/dino.png"_s)
0 commit comments