always show the master branch name

This commit is contained in:
Jeff Carr 2024-02-14 15:17:20 -06:00
parent 61af996b84
commit 0b40e4fde2
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@ func (r *repo) newScan() bool {
}
mname := r.status.GetMasterBranchName()
mver := r.status.GetMasterVersion()
if mname != "guimaster" {
mver = mver + " (" + mname + ")"
}
mver = mver + " (" + mname + ")"
r.masterVersion.SetLabel(mver)
dname := r.status.GetDevelBranchName()