aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/setupwizard
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-21 12:48:05 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-07-21 12:48:05 +0100
commitf8b935ab37ccc2dfd70412ef11029b79c88b14f0 (patch)
treecbe799ada6c0ce1040cf60d2da2ab7c4cfdfbb13 /launcher/ui/setupwizard
parent5088d33fd2aec8fed9725f9dedb64e9629226c11 (diff)
parent821dd8400b1a27ab1f932200bfa77d7a04edef5d (diff)
downloadPrismLauncher-f8b935ab37ccc2dfd70412ef11029b79c88b14f0.tar.gz
PrismLauncher-f8b935ab37ccc2dfd70412ef11029b79c88b14f0.tar.bz2
PrismLauncher-f8b935ab37ccc2dfd70412ef11029b79c88b14f0.zip
Merge remote-tracking branch 'upstream/develop' into icon-indexing
Diffstat (limited to 'launcher/ui/setupwizard')
-rw-r--r--launcher/ui/setupwizard/ThemeWizardPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/setupwizard/ThemeWizardPage.cpp b/launcher/ui/setupwizard/ThemeWizardPage.cpp
index c3e0a524..1c336921 100644
--- a/launcher/ui/setupwizard/ThemeWizardPage.cpp
+++ b/launcher/ui/setupwizard/ThemeWizardPage.cpp
@@ -61,7 +61,7 @@ void ThemeWizardPage::updateIcons()
void ThemeWizardPage::updateCat()
{
qDebug() << "Setting Cat";
- ui->catImagePreviewButton->setIcon(QIcon(QString(R"(:/backgrounds/%1)").arg(ThemeManager::getCatImage())));
+ ui->catImagePreviewButton->setIcon(QIcon(QString(R"(%1)").arg(APPLICATION->getCatPack())));
}
void ThemeWizardPage::retranslate()