mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Qt: fix updater menu button
It kept auto accepting
This commit is contained in:
parent
063df64108
commit
adece0b73e
1 changed files with 1 additions and 1 deletions
|
@ -2247,7 +2247,7 @@ void main_window::CreateConnects()
|
|||
QMessageBox::warning(this, tr("Auto-updater"), tr("The auto-updater currently isn't available for your os."));
|
||||
return;
|
||||
#endif
|
||||
m_updater.check_for_updates(false, false, this);
|
||||
m_updater.check_for_updates(false, false, false, this);
|
||||
});
|
||||
|
||||
connect(ui->aboutAct, &QAction::triggered, this, [this]
|
||||
|
|
Loading…
Add table
Reference in a new issue