add polly to cat selection

This commit is contained in:
fn2006 2022-12-13 13:40:26 +00:00
parent 979d33ab83
commit 876f12f71b
2 changed files with 10 additions and 0 deletions

View File

@ -351,6 +351,9 @@ void LauncherPage::applySettings()
case 2: // rory the cat flat edition
s->set("BackgroundCat", "rory-flat");
break;
case 3: // polly the parrot
s->set("BackgroundCat", "polly");
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 == "polly") {
ui->themeBackgroundCat->setCurrentIndex(3);
}
{

View File

@ -386,6 +386,11 @@
<string>Rory ID 11 (flat edition, drawn by Ashtaka)</string>
</property>
</item>
<item>
<property name="text">
<string>Polly Parrot (drawn by anoraktrend)</string>
</property>
</item>
</widget>
</item>
</layout>