Merge pull request #1113 from timoreo22/develop

Fix compilation warning due to uninitiated variables.
This commit is contained in:
flow
2022-09-06 18:50:46 -03:00
committed by GitHub

View File

@ -136,7 +136,7 @@ void PackInstallTask::onDownloadSucceeded()
default:
emitFailed(tr("Unsupported installation mode"));
break;
return;
}
// Display message if one exists