Gui: Title bar color fix for windows QT 6.5+

Remove dark mode variable
This commit is contained in:
MisterMaker
2025-04-06 14:33:52 +02:00
committed by GitHub
parent 21723a045e
commit eef99a99b8

View File

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