From 3f3c5ea247dcd4793e117238af3bed50614d4961 Mon Sep 17 00:00:00 2001 From: swirl Date: Fri, 31 Dec 2021 16:36:59 -0500 Subject: Rebranding logo add temporary Ouroboros logo, thanks Lenny for vectorizing change logo file names Desktop file now includes proper exec using the app binary name fix genicons for use with libicns --- launcher/Application.cpp | 2 +- launcher/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'launcher') diff --git a/launcher/Application.cpp b/launcher/Application.cpp index cbfdcbe2..2d0c0834 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(":/logo.svg"); + return QIcon(":/polymc.svg"); } return XdgIcon::fromTheme(name); } diff --git a/launcher/main.cpp b/launcher/main.cpp index aabb5a06..8b572743 100644 --- a/launcher/main.cpp +++ b/launcher/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) Q_INIT_RESOURCE(multimc); Q_INIT_RESOURCE(backgrounds); Q_INIT_RESOURCE(documents); - Q_INIT_RESOURCE(logo); + Q_INIT_RESOURCE(polymc); Q_INIT_RESOURCE(pe_dark); Q_INIT_RESOURCE(pe_light); -- cgit