feat: add teawie
drawn by sympathytea (https://github.com/SympathyTea) Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user