If there are no packages to consider, do not go further

This commit is contained in:
Simon Quigley 2024-01-25 13:55:55 -06:00
parent cae134166b
commit 45e3835a55

View File

@ -49,7 +49,7 @@ void MainWindow::setUpdateInfo(QList<QStringList> updateInfo)
if (count > 0) {
installEnabled = true;
}
} else { continue; }
QTreeWidgetItem *installItem;
switch (i) {