From e825cffc8a42aa932b7e80cbaa8e8e679446c671 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 26 Feb 2024 21:46:34 -0600 Subject: move show/hide function to seperate file --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 1ab0032..5cc270d 100644 --- a/main.go +++ b/main.go @@ -94,7 +94,7 @@ func main() { setTargetVersion() // register a Show/Hide function for the repo list table - me.repos.View.RegisterHideFunction(showHideRepos) + me.repos.View.RegisterHideFunction(hideFunction) // scan in the State of all the repos // TODO: should not really be necessary directly after init() -- cgit v1.2.3