From 8b17272abc8d972cccb30a245b73302ff035ed86 Mon Sep 17 00:00:00 2001 From: Federico Gallo Herosa Date: Sun, 16 Jun 2024 03:44:50 -0300 Subject: [PATCH] Accidental symbols (+) out of place Notice there is a recent similar fix: 154545fccf0fbebbd4f83fa1b9a3c04c2888b8f9 --- src/Main/MainGui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index d8e75929df..381888ec76 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -157,8 +157,8 @@ int main(int argc, char** argv) argv_.push_back(0); // 0-terminated string } - + // https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5 - +_putenv("QT_QPA_PLATFORM=windows:darkmode=1"); + // https://www.qt.io/blog/dark-mode-on-windows-11-with-qt-6.5 + _putenv("QT_QPA_PLATFORM=windows:darkmode=1"); #endif // Name and Version of the Application