diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:08:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:08:03 -0500 |
| commit | 24e137c7ece5d2f3fec331fb92c1e20bec9e9505 (patch) | |
| tree | 29cfe435f9df540aaa6c2d6d68cdbaa479dbc3c7 /main.go | |
| parent | 63be841469874433d6bd6e7e21381f994c086c24 (diff) | |
new GUI changesv0.0.31
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -69,7 +69,9 @@ func main() { if argv.Daemon == true { if argv.Gui != nil { - go doGui() + me.myGui.Start() // loads the GUI toolkit + doGui() // start making our forge GUI + debug() // sits here forever } mux := http.NewServeMux() okHandlerFunc := http.HandlerFunc(okHandler) |
