mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 04:00:06 +00:00
GH-796 Icon theme loading workaround
Replacing the Qt machinery with other Qt machinery under our control
This commit is contained in:
@@ -302,7 +302,7 @@ void MultiMCPage::applySettings()
|
||||
|
||||
if(original != s->get("IconTheme"))
|
||||
{
|
||||
QIcon::setThemeName(s->get("IconTheme").toString());
|
||||
MMC->setIconTheme(s->get("IconTheme").toString());
|
||||
}
|
||||
|
||||
// Console settings
|
||||
|
||||
Reference in New Issue
Block a user