aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-01-09 09:46:31 +0100
committerGitHub <noreply@github.com>2023-01-09 09:46:31 +0100
commitca9b2525c8e45c6dfe2911e895dcb25e0c9e5933 (patch)
tree35fa2fc76b15c3e50350605df1722dcef094d1c6 /launcher/ui/pages/global
parentbb1c387a9893f849dd2d65a2ba6df1723668583a (diff)
parent9de6927c3fcdf813957dd6885b793a2c54100513 (diff)
downloadPrismLauncher-ca9b2525c8e45c6dfe2911e895dcb25e0c9e5933.tar.gz
PrismLauncher-ca9b2525c8e45c6dfe2911e895dcb25e0c9e5933.tar.bz2
PrismLauncher-ca9b2525c8e45c6dfe2911e895dcb25e0c9e5933.zip
Merge pull request #715 from getchoo/add-teawie
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r--launcher/ui/pages/global/LauncherPage.cpp5
-rw-r--r--launcher/ui/pages/global/LauncherPage.ui5
2 files changed, 10 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.cpp b/launcher/ui/pages/global/LauncherPage.cpp
index cae0635f..bd7cec6a 100644
--- a/launcher/ui/pages/global/LauncherPage.cpp
+++ b/launcher/ui/pages/global/LauncherPage.cpp
@@ -351,6 +351,9 @@ void LauncherPage::applySettings()
case 2: // rory the cat flat edition
s->set("BackgroundCat", "rory-flat");
break;
+ case 3: // teawie
+ s->set("BackgroundCat", "teawie");
+ break;
}
s->set("MenuBarInsteadOfToolBar", ui->preferMenuBarCheckBox->isChecked());
@@ -424,6 +427,8 @@ void LauncherPage::loadSettings()
ui->themeBackgroundCat->setCurrentIndex(1);
} else if (cat == "rory-flat") {
ui->themeBackgroundCat->setCurrentIndex(2);
+ } else if (cat == "teawie") {
+ ui->themeBackgroundCat->setCurrentIndex(3);
}
{
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui
index c44718a1..ded333aa 100644
--- a/launcher/ui/pages/global/LauncherPage.ui
+++ b/launcher/ui/pages/global/LauncherPage.ui
@@ -386,6 +386,11 @@
<string>Rory ID 11 (flat edition, drawn by Ashtaka)</string>
</property>
</item>
+ <item>
+ <property name="text">
+ <string>Teawie (drawn by SympathyTea)</string>
+ </property>
+ </item>
</widget>
</item>
</layout>