rm old code

This commit is contained in:
Jeff Carr 2025-01-07 18:18:29 -06:00
parent d71cf27653
commit c4669bc348
1 changed files with 3 additions and 1 deletions

View File

@ -67,10 +67,12 @@ func (r *RepoRow) NewScan() int {
panic("what the fuck node")
}
pb.State = r.Status.GitState()
r.masterVersion.SetLabel(pb.GetMasterVersion())
r.develVersion.SetLabel(pb.GetDevelVersion())
r.userVersion.SetLabel(pb.GetUserVersion())
r.gitState.SetLabel(r.Status.GitState())
r.gitState.SetLabel(pb.GetState())
r.currentName.SetLabel(pb.GetCurrentBranchName())
r.currentVersion.SetLabel(pb.GetCurrentBranchVersion())