remove bad function name
This commit is contained in:
parent
035b4eb443
commit
4d2f68606e
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue