aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 09:01:48 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 09:37:59 +0200
commit722194405a8333a70b44cc204dabc8a590a6b3fd (patch)
tree56da37a1332fb09bc995d34f4acac822d4201212 /launcher/Application.cpp
parent0868a5e534e11190cec4fa1497ca0741ab0e762a (diff)
downloadPrismLauncher-722194405a8333a70b44cc204dabc8a590a6b3fd.tar.gz
PrismLauncher-722194405a8333a70b44cc204dabc8a590a6b3fd.tar.bz2
PrismLauncher-722194405a8333a70b44cc204dabc8a590a6b3fd.zip
refactor: initial rebrand
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
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 968dd08e..4841ca53 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1157,7 +1157,7 @@ void Application::setIconTheme(const QString& name)
QIcon Application::getThemedIcon(const QString& name)
{
if(name == "logo") {
- return QIcon(":/org.polymc.PolyMC.svg");
+ return QIcon(":/org.prismlauncher.PrismLauncher.svg"); // FIXME: Make this a BuildConfig variable
}
return QIcon::fromTheme(name);
}