summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.go b/main.go
index df41311..8074c38 100644
--- a/main.go
+++ b/main.go
@@ -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() {