NOISSUE herp derp custom icon theme support
* Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
This commit is contained in:
parent
e76e6329cd
commit
35836c7709
3 changed files with 17 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue