diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 04:37:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 04:37:50 -0500 |
| commit | 860290fc2698898053256fde7338f24fba528d07 (patch) | |
| tree | db514a1b2428a6cf2cd40819c08c476e4916c99a /main.go | |
| parent | c0ec2f359a1dc30ffa75c10a882d2ae0f1341bae (diff) | |
common gui code
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -249,7 +249,13 @@ func main() { if argv.Gui != nil { // if opening the GUI, always check git for dirty repos me.forge.CheckDirty() - doGui() + + me.myGui.Start() // loads the GUI toolkit + + doGui() // start making our forge GUI + + // sits here forever + debug() } // got to the end with nothing to do (?) if dumpWorkRepos() { |
