rename to repolist.RepoRow

This commit is contained in:
Jeff Carr 2024-02-23 09:01:33 -06:00
parent 9e6207ff38
commit 18bb3e98b4
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"go.wit.com/log"
)
func hideFunction(r *repolist.Repo) {
func hideFunction(r *repolist.RepoRow) {
if r.Status.IsDirty() {
r.Show()
return
@ -29,7 +29,7 @@ func hideFunction(r *repolist.Repo) {
r.Show()
}
func hideFunction2(repo *repolist.Repo) {
func hideFunction2(repo *repolist.RepoRow) {
if me.autoHideReadOnly.Checked() {
if repo.Status.ReadOnly() {
return