mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
commit changes
This commit is contained in:
parent
09fe9ed15b
commit
394228990a
12 changed files with 19 additions and 33 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue