diff options
-rw-r--r-- | MultiMC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp index 07adc658..52ef68df 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -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); |