Accidental symbols (+) out of place

Notice there is a recent similar fix: 154545fccf0fbebbd4f83fa1b9a3c04c2888b8f9
This commit is contained in:
Federico Gallo Herosa
2024-06-16 03:44:50 -03:00
committed by wwmayer
parent 2b050b2af3
commit 8b17272abc

View File

@@ -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