diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-02 12:06:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 12:06:08 +0100 |
commit | 094b57bb2303af12a50f9c269d2d9de26798c1b7 (patch) | |
tree | 17f9d1b159b7380a19cb202e0b0c3c5681808a6f /launcher/Application.cpp | |
parent | d12323396f50899d93fc05f3857823d372b99e97 (diff) | |
parent | 9ca4f19aeabf3cc4a105159c4b4796101a401126 (diff) | |
download | PrismLauncher-094b57bb2303af12a50f9c269d2d9de26798c1b7.tar.gz PrismLauncher-094b57bb2303af12a50f9c269d2d9de26798c1b7.tar.bz2 PrismLauncher-094b57bb2303af12a50f9c269d2d9de26798c1b7.zip |
Merge pull request #372 from santiagocezar/rory
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 2da8ac56..5772d7ca 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -501,6 +501,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) // Theming m_settings->registerSetting("IconTheme", QString("pe_colored")); m_settings->registerSetting("ApplicationTheme", QString("system")); + m_settings->registerSetting("BackgroundCat", QString("kitteh")); // Remembered state m_settings->registerSetting("LastUsedGroupForNewInstance", QString()); |