remove bad function name

This commit is contained in:
Jeff Carr 2024-02-29 21:57:56 -06:00
parent 035b4eb443
commit 4d2f68606e
1 changed files with 2 additions and 0 deletions

View File

@ -217,9 +217,11 @@ func (rs *RepoStatus) GitLsFiles() (bool, string) {
return true, output
}
/*
func (rs *RepoStatus) Writable() {
rs.readOnly.SetText("false")
}
*/
func (rs *RepoStatus) ReadOnly() bool {
if rs.readOnly.String() == "true" {