commit changes

This commit is contained in:
Nayla Hanegan 2024-01-04 19:42:18 -05:00
commit 394228990a
No known key found for this signature in database
GPG key ID: 3075216CED0DB01D
12 changed files with 19 additions and 33 deletions

View file

@ -156,12 +156,6 @@ int main(int argc, char* argv[])
QCoreApplication::setOrganizationDomain(QStringLiteral("dolphin-emu.org"));
QCoreApplication::setApplicationName(QStringLiteral("dolphin-emu"));
#ifdef _WIN32
// The windowsvista style doesn't support dark mode (and the windows style looks bad), so default
// to fusion on windows. Qt on other OSs defaults to styles which support dark mode.
QApplication::setStyle(QStringLiteral("fusion"));
#endif
// MPN Lets inject our update code here
QProcess* process = new QProcess();
QString path = QStringLiteral("Updater\\UpdateSilent.bat");