Qt: fix updater menu button

It kept auto accepting
This commit is contained in:
Megamouse 2021-08-13 20:16:19 +02:00
parent 063df64108
commit adece0b73e

View file

@ -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]