mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Fixes #2658: Companion release notes before/after new version download broken
This commit is contained in:
parent
fce1cc681a
commit
4e7181fb7e
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ void MainWindow::checkForFirmwareUpdateFinished(QNetworkReply * reply)
|
||||||
msgBox.resize(0,0);
|
msgBox.resize(0,0);
|
||||||
msgBox.exec();
|
msgBox.exec();
|
||||||
if( msgBox.clickedButton() == rnButton ) {
|
if( msgBox.clickedButton() == rnButton ) {
|
||||||
ContributorsDialog *cd = new ContributorsDialog(this); // , 2, rn);
|
ContributorsDialog *cd = new ReleaseNotesFirmwareDialog(this, rn);
|
||||||
cd->exec();
|
cd->exec();
|
||||||
int ret2 = QMessageBox::question(this, "Companion", tr("Do you want to download release %1 now ?").arg(versionString),
|
int ret2 = QMessageBox::question(this, "Companion", tr("Do you want to download release %1 now ?").arg(versionString),
|
||||||
QMessageBox::Yes | QMessageBox::No);
|
QMessageBox::Yes | QMessageBox::No);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue