aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethereal/ui/gui.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go
index 42d1c7a04..b8245f47e 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -94,10 +94,11 @@ func (gui *Gui) Start(assetPath string) {
panic(err)
}
+ win.Show()
+
ethutil.Config.Log.AddLogSystem(gui)
ethutil.Config.Log.Infoln("[GUI] Starting GUI")
- win.Show()
win.Wait()
gui.eth.Stop()