From e3cc044efc879682911c8f62f77d07ca7c49b7e9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 19 Jan 2024 18:25:37 -0600 Subject: works again Signed-off-by: Jeff Carr --- update.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'update.go') 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() -- cgit v1.2.3