ui: show branch selector in all branches (#698)

This commit is contained in:
Jason Wen
2025-03-22 16:20:19 -04:00
committed by GitHub
parent 43e43849ad
commit 002a37cdc4

View File

@@ -70,9 +70,7 @@ SoftwarePanel::SoftwarePanel(QWidget* parent) : ListWidget(parent) {
checkForUpdates();
}
});
if (!params.getBool("IsTestedBranch")) {
addItem(targetBranchBtn);
}
addItem(targetBranchBtn);
// uninstall button
auto uninstallBtn = new ButtonControl(tr("Uninstall %1").arg(getBrand()), tr("UNINSTALL"));