mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-09-16 07:59:34 -04:00
Replace getThemedIcon with APPLICATION->logo()
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
67 files changed
+93
-133
No files matched your search
@@ -97,7 +97,7 @@ class InstallJavaPage : public QWidget, public BasePage {
|
||||
|
||||
QString id() const override { return uid; }
|
||||
QString displayName() const override { return name; }
|
||||
QIcon icon() const override { return APPLICATION->getThemedIcon(iconName); }
|
||||
QIcon icon() const override { return QIcon::fromTheme(iconName); }
|
||||
|
||||
void openedImpl() override
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user