aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-31 02:35:37 +0800
committerobscuren <geffobscura@gmail.com>2014-05-31 02:35:37 +0800
commitbe27309dbb75730c74fed1c355411997472203c6 (patch)
tree6819499f3ba9806cd0ab1c37ee64cc874e0c7f77 /ethereal
parent0bdb0a9d58be08e210eb94dc6893f6103202ae7c (diff)
downloadgo-tangerine-be27309dbb75730c74fed1c355411997472203c6.tar
go-tangerine-be27309dbb75730c74fed1c355411997472203c6.tar.gz
go-tangerine-be27309dbb75730c74fed1c355411997472203c6.tar.bz2
go-tangerine-be27309dbb75730c74fed1c355411997472203c6.tar.lz
go-tangerine-be27309dbb75730c74fed1c355411997472203c6.tar.xz
go-tangerine-be27309dbb75730c74fed1c355411997472203c6.tar.zst
go-tangerine-be27309dbb75730c74fed1c355411997472203c6.zip
show first?
Diffstat (limited to 'ethereal')
-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()