Fix theme name
All checks were successful
eden-license / license-header (pull_request) Successful in 33s

This commit is contained in:
MaranBr 2025-07-30 14:27:22 +02:00 committed by crueter
parent 7fc62b9d1f
commit f43441d873

View file

@ -5677,7 +5677,7 @@ int main(int argc, char* argv[]) {
QCoreApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity);
#ifdef _WIN32
QApplication::setStyle(QStringLiteral("Vista"));
QApplication::setStyle(QStringLiteral("windowsvista"));
#endif
QApplication app(argc, argv);