diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 09:01:48 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 09:37:59 +0200 |
commit | 722194405a8333a70b44cc204dabc8a590a6b3fd (patch) | |
tree | 56da37a1332fb09bc995d34f4acac822d4201212 /launcher/Application.cpp | |
parent | 0868a5e534e11190cec4fa1497ca0741ab0e762a (diff) | |
download | PrismLauncher-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.cpp | 2 |
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); } |