Qt: fix updater menu button
It kept auto accepting
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user