feat: add teawie
drawn by sympathytea (https://github.com/SympathyTea) Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
4b12c85d91
commit
8140f5136d
@ -13,5 +13,6 @@
|
|||||||
<file alias="rory-flat-xmas">rory-flat-xmas.png</file>
|
<file alias="rory-flat-xmas">rory-flat-xmas.png</file>
|
||||||
<file alias="rory-flat-bday">rory-flat-bday.png</file>
|
<file alias="rory-flat-bday">rory-flat-bday.png</file>
|
||||||
<file alias="rory-flat-spooky">rory-flat-spooky.png</file>
|
<file alias="rory-flat-spooky">rory-flat-spooky.png</file>
|
||||||
|
<file alias="teawie">teawie.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
BIN
launcher/resources/backgrounds/teawie.png
Normal file
BIN
launcher/resources/backgrounds/teawie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
@ -351,6 +351,9 @@ void LauncherPage::applySettings()
|
|||||||
case 2: // rory the cat flat edition
|
case 2: // rory the cat flat edition
|
||||||
s->set("BackgroundCat", "rory-flat");
|
s->set("BackgroundCat", "rory-flat");
|
||||||
break;
|
break;
|
||||||
|
case 3: // teawie
|
||||||
|
s->set("BackgroundCat", "teawie");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
s->set("MenuBarInsteadOfToolBar", ui->preferMenuBarCheckBox->isChecked());
|
s->set("MenuBarInsteadOfToolBar", ui->preferMenuBarCheckBox->isChecked());
|
||||||
@ -424,6 +427,8 @@ void LauncherPage::loadSettings()
|
|||||||
ui->themeBackgroundCat->setCurrentIndex(1);
|
ui->themeBackgroundCat->setCurrentIndex(1);
|
||||||
} else if (cat == "rory-flat") {
|
} else if (cat == "rory-flat") {
|
||||||
ui->themeBackgroundCat->setCurrentIndex(2);
|
ui->themeBackgroundCat->setCurrentIndex(2);
|
||||||
|
} else if (cat == "teawie") {
|
||||||
|
ui->themeBackgroundCat->setCurrentIndex(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -386,6 +386,11 @@
|
|||||||
<string>Rory ID 11 (flat edition, drawn by Ashtaka)</string>
|
<string>Rory ID 11 (flat edition, drawn by Ashtaka)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>Teawie (drawn by SympathyTea)</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user