summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/MultiMC.cpp')
-rw-r--r--application/MultiMC.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp
index d9d59aa6..18314371 100644
--- a/application/MultiMC.cpp
+++ b/application/MultiMC.cpp
@@ -537,6 +537,11 @@ void MultiMC::initIcons()
m_icons->directoryChanged(value.toString());
});
ENV.registerIconList(m_icons);
+
+ // set icon theme search path!
+ auto searchPaths = QIcon::themeSearchPaths();
+ searchPaths.append("iconthemes");
+ QIcon::setThemeSearchPaths(searchPaths);
}
void appDebugOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg)