diff options
| author | Jeff Carr <[email protected]> | 2024-02-26 21:46:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-26 21:46:34 -0600 |
| commit | e825cffc8a42aa932b7e80cbaa8e8e679446c671 (patch) | |
| tree | fa52aa32eda2753f2aaa6edf2d3e3b39073e12c1 /main.go | |
| parent | 2d2fc80754b25bdc5fc23bd39595c377b331d1be (diff) | |
move show/hide function to seperate file
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
