mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Qt: remove automatic param from update logic
At that point we already had user interaction, so there is no point in hiding the error dialogs
This commit is contained in:
parent
72337f2678
commit
78eb7e73bc
3 changed files with 8 additions and 14 deletions
|
|
@ -186,7 +186,7 @@ void main_window::Init()
|
|||
QAction *download_action = new QAction(tr("Download Update"), download_menu);
|
||||
connect(download_action, &QAction::triggered, this, [this]
|
||||
{
|
||||
m_updater.update(false);
|
||||
m_updater.update();
|
||||
});
|
||||
|
||||
download_menu->addAction(download_action);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue