From be27309dbb75730c74fed1c355411997472203c6 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 30 May 2014 20:35:37 +0200 Subject: [PATCH] show first? --- ethereal/ui/gui.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go index 42d1c7a041..b8245f47ec 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()