From 30a4ce40b9a832568c9950192989d777ca60d676 Mon Sep 17 00:00:00 2001 From: TheNicker Date: Thu, 12 Oct 2017 13:21:43 +0300 Subject: [PATCH] Fixed blurry text under Windows by setting DPI awareness to default --- dist/windows/qt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/windows/qt.conf b/dist/windows/qt.conf index 372600dc5..aa253f944 100644 --- a/dist/windows/qt.conf +++ b/dist/windows/qt.conf @@ -2,4 +2,4 @@ Translations = translations [Platforms] -WindowsArguments = dpiawareness=1 +;WindowsArguments = dpiawareness=1