From f4190fbfab104accc1503630d2c88eb3eb80da37 Mon Sep 17 00:00:00 2001 From: Epicalert Date: Sun, 15 Sep 2024 03:15:18 +0800 Subject: [PATCH] Use native text rendering Looks better on Windows --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.cpp b/main.cpp index de5d5c4..427911f 100644 --- a/main.cpp +++ b/main.cpp @@ -1,8 +1,11 @@ #include #include +#include int main(int argc, char *argv[]) { + qputenv("QML_DISABLE_DISTANCEFIELD", "1"); + QGuiApplication app(argc, argv); QQmlApplicationEngine engine;