aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/setupwizard
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-21 13:01:01 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-07-21 13:01:01 +0100
commit1a7c5693cc9d21cf974ad56e55a3ca07a22c8477 (patch)
treeacd6d3b5f6d6fddb863bd232dd6d6fd1553a458f /launcher/ui/setupwizard
parentf8b935ab37ccc2dfd70412ef11029b79c88b14f0 (diff)
downloadPrismLauncher-1a7c5693cc9d21cf974ad56e55a3ca07a22c8477.tar.gz
PrismLauncher-1a7c5693cc9d21cf974ad56e55a3ca07a22c8477.tar.bz2
PrismLauncher-1a7c5693cc9d21cf974ad56e55a3ca07a22c8477.zip
Remove redundant methods
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
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 1c336921..fe11ed9a 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"(%1)").arg(APPLICATION->getCatPack())));
+ ui->catImagePreviewButton->setIcon(QIcon(QString(R"(%1)").arg(APPLICATION->themeManager()->getCatPack())));
}
void ThemeWizardPage::retranslate()