add rory flat too (and holiday variants)
Signed-off-by: Santiago Cézar <santiagocezar2013@gmail.com> Co-authored-by: Ashtaka <66513643+AshtakaOOf@users.noreply.github.com>
Before Width: | Height: | Size: 327 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 81 KiB |
BIN
launcher/resources/backgrounds/rory-flat-bday.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
launcher/resources/backgrounds/rory-flat-xmas.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
launcher/resources/backgrounds/rory-flat.png
Normal file
After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 75 KiB |
@ -341,6 +341,9 @@ void LauncherPage::applySettings()
|
|||||||
case 1: // rory the cat
|
case 1: // rory the cat
|
||||||
s->set("BackgroundCat", "rory");
|
s->set("BackgroundCat", "rory");
|
||||||
break;
|
break;
|
||||||
|
case 2: // rory the cat flat edition
|
||||||
|
s->set("BackgroundCat", "rory-flat");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
s->set("MenuBarInsteadOfToolBar", ui->preferMenuBarCheckBox->isChecked());
|
s->set("MenuBarInsteadOfToolBar", ui->preferMenuBarCheckBox->isChecked());
|
||||||
@ -439,6 +442,8 @@ void LauncherPage::loadSettings()
|
|||||||
ui->themeBackgroundCat->setCurrentIndex(0);
|
ui->themeBackgroundCat->setCurrentIndex(0);
|
||||||
} else if (cat == "rory") {
|
} else if (cat == "rory") {
|
||||||
ui->themeBackgroundCat->setCurrentIndex(1);
|
ui->themeBackgroundCat->setCurrentIndex(1);
|
||||||
|
} else if (cat == "rory-flat") {
|
||||||
|
ui->themeBackgroundCat->setCurrentIndex(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -371,6 +371,11 @@
|
|||||||
<string>Rory ID 11 (drawn by Ashtaka)</string>
|
<string>Rory ID 11 (drawn by Ashtaka)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>Rory ID 11 (flat edition, drawn by Ashtaka)</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|