mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-13 11:39:47 +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."));
|
QMessageBox::warning(this, tr("Auto-updater"), tr("The auto-updater currently isn't available for your os."));
|
||||||
return;
|
return;
|
||||||
#endif
|
#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]
|
connect(ui->aboutAct, &QAction::triggered, this, [this]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue