make the main window do os.Exit()

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-16 01:12:55 -06:00
parent ed4c017bc9
commit 46dbb77317
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri
func repoworld() { func repoworld() {
reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.") reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.")
reposwin.Make() reposwin.Make()
reposwin.StandardExit()
reposbox = reposwin.Box().NewBox("bw vbox", false) reposbox = reposwin.Box().NewBox("bw vbox", false)
reposgroup = reposbox.NewGroup("go repositories (read from ~/.config/myrepolist)") reposgroup = reposbox.NewGroup("go repositories (read from ~/.config/myrepolist)")