From 46dbb77317ac68d98c8ae28b5725eb78d3db6071 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 16 Jan 2024 01:12:55 -0600 Subject: [PATCH] make the main window do os.Exit() Signed-off-by: Jeff Carr --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 82fc073..dff4d4c 100644 --- a/main.go +++ b/main.go @@ -95,6 +95,7 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri func repoworld() { reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.") reposwin.Make() + reposwin.StandardExit() reposbox = reposwin.Box().NewBox("bw vbox", false) reposgroup = reposbox.NewGroup("go repositories (read from ~/.config/myrepolist)")