summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-26 21:46:34 -0600
committerJeff Carr <[email protected]>2024-02-26 21:46:34 -0600
commite825cffc8a42aa932b7e80cbaa8e8e679446c671 (patch)
treefa52aa32eda2753f2aaa6edf2d3e3b39073e12c1 /main.go
parent2d2fc80754b25bdc5fc23bd39595c377b331d1be (diff)
move show/hide function to seperate file
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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()