aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-03 17:46:05 -0500
committerswirl <swurl@swurl.xyz>2022-01-03 17:46:05 -0500
commit0e4ccaca02d84f4f4bd28713ccb05b2723d8b5a0 (patch)
tree4e335ce1d697fb886185e4333fbd9ec9008ed554 /launcher/Application.cpp
parentb3d8ecb467f949edc0168e7e1e76129c7c8da070 (diff)
downloadPrismLauncher-0e4ccaca02d84f4f4bd28713ccb05b2723d8b5a0.tar.gz
PrismLauncher-0e4ccaca02d84f4f4bd28713ccb05b2723d8b5a0.tar.bz2
PrismLauncher-0e4ccaca02d84f4f4bd28713ccb05b2723d8b5a0.zip
fix icon and version
Closes: #16 Fixed the icon so Qt renders it properly, and actually renders it properly in the About page. Also, scaled it up a bit Changed launcher.svg icon to temporary Ouroboros logo fixed genicons again Fix version to 1.0.3 (making tag rn) Install the PolyMC icon properly.
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 2d0c0834..9bd4ebae 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1148,7 +1148,7 @@ void Application::setIconTheme(const QString& name)
QIcon Application::getThemedIcon(const QString& name)
{
if(name == "logo") {
- return QIcon(":/polymc.svg");
+ return QIcon(":/org.polymc.PolyMC.svg");
}
return XdgIcon::fromTheme(name);
}