Gui: Title bar color fix for windows QT 6.5+
Remove dark mode variable
This commit is contained in:
@@ -179,9 +179,6 @@ 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");
|
||||
#endif
|
||||
|
||||
// Name and Version of the Application
|
||||
|
||||
Reference in New Issue
Block a user