Enable high-dpi QIcon logic

This commit is contained in:
Petr Mrázek 2014-01-01 15:42:43 +01:00
parent cb0f7a06a1
commit f2e8a8c904

View File

@ -54,6 +54,7 @@ MultiMC::MultiMC(int &argc, char **argv, const QString &root)
initTranslations();
setAttribute(Qt::AA_UseHighDpiPixmaps);
// Don't quit on hiding the last window
this->setQuitOnLastWindowClosed(false);