Accidental symbols (+) out of place

Notice there is a recent similar fix: 2ad397e18e
This commit is contained in:
Federico Gallo Herosa
2024-06-16 03:44:50 -03:00
committed by wwmayer
parent da2ae11ca0
commit b565e72b92

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