summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-17 15:48:56 -0600
committerJeff Carr <[email protected]>2024-02-17 15:48:56 -0600
commit985c42221758e40b2811bdd61d6941bda63dccc1 (patch)
treea884e73ccb1030500b018d1d5a7aa007663b6d8a /structs.go
parentb298958bcd460763e44348467c1c5bd4591b11e7 (diff)
export Status
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index f48b152..49d826d 100644
--- a/structs.go
+++ b/structs.go
@@ -50,5 +50,5 @@ type Repo struct {
statusButton *gui.Node // opens up the status window
diffButton *gui.Node // opens up the status window
- status *repostatus.RepoStatus
+ Status *repostatus.RepoStatus
}