[desktop] windows: explicitly set Vista style

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-07-29 23:59:44 -04:00
parent ff44444bda
commit 43aa971a59

View file

@ -5676,6 +5676,10 @@ int main(int argc, char* argv[]) {
// Enables the core to make the qt created contexts current on std::threads
QCoreApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity);
#ifdef _WIN32
QApplication::setStyle("Vista");
#endif
QApplication app(argc, argv);
#ifdef _WIN32