refactor: initial rebrand
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
0868a5e534
commit
722194405a
31 changed files with 121 additions and 121 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue