From 0e4ccaca02d84f4f4bd28713ccb05b2723d8b5a0 Mon Sep 17 00:00:00 2001 From: swirl Date: Mon, 3 Jan 2022 17:46:05 -0500 Subject: 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. --- launcher/Application.cpp | 2 +- launcher/resources/multimc/scalable/launcher.svg | 195 ++--------------------- 2 files changed, 13 insertions(+), 184 deletions(-) (limited to 'launcher') 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); } diff --git a/launcher/resources/multimc/scalable/launcher.svg b/launcher/resources/multimc/scalable/launcher.svg index 42a056d6..3d2b9241 100644 --- a/launcher/resources/multimc/scalable/launcher.svg +++ b/launcher/resources/multimc/scalable/launcher.svg @@ -1,187 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - + xmlns:svg="http://www.w3.org/2000/svg"> + + -- cgit