summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 18:25:37 -0600
committerJeff Carr <[email protected]>2024-01-19 18:25:37 -0600
commite3cc044efc879682911c8f62f77d07ca7c49b7e9 (patch)
tree97d94fe328e551acc495a3cd4df0fa004087d362 /update.go
parente7257a919d75f63a27ef291f1e59a802a8a285cd (diff)
works again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'update.go')
-rw-r--r--update.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/update.go b/update.go
index 6033fb7..0feb90a 100644
--- a/update.go
+++ b/update.go
@@ -97,6 +97,14 @@ func (rs *RepoStatus) EnableMergeDevel() {
rs.develMerge.Enable()
}
+func (rs *RepoStatus) Disable() {
+ rs.window.Disable()
+}
+
+func (rs *RepoStatus) Enable() {
+ rs.window.Enable()
+}
+
// this means you need to release a new version of the master repository
func (rs *RepoStatus) EnableSelectTag() {
rs.DisableEverything()