Accidental symbols (+) out of place
Notice there is a recent similar fix: 2ad397e18e
This commit is contained in:
committed by
wwmayer
parent
da2ae11ca0
commit
b565e72b92
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user