mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
fixing flags
This commit is contained in:
parent
f952dcf035
commit
7fb95216cf
@ -231,7 +231,7 @@ void MainWindow::CheckUpdateMain(bool checkSave) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
auto checkUpdate = new CheckUpdate(this, true, this);
|
||||
auto checkUpdate = new CheckUpdate(this, false, this);
|
||||
checkUpdate->exec();
|
||||
}
|
||||
#endif
|
||||
@ -340,7 +340,7 @@ void MainWindow::CreateConnects() {
|
||||
|
||||
#ifdef ENABLE_UPDATER
|
||||
connect(ui->updaterAct, &QAction::triggered, this, [this]() {
|
||||
auto checkUpdate = new CheckUpdate(this, false, this);
|
||||
auto checkUpdate = new CheckUpdate(this, true, this);
|
||||
checkUpdate->exec();
|
||||
});
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user