diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-31 02:35:37 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-31 02:35:37 +0800 |
commit | be27309dbb75730c74fed1c355411997472203c6 (patch) | |
tree | 6819499f3ba9806cd0ab1c37ee64cc874e0c7f77 /ethereal/ui/gui.go | |
parent | 0bdb0a9d58be08e210eb94dc6893f6103202ae7c (diff) | |
download | dexon-be27309dbb75730c74fed1c355411997472203c6.tar dexon-be27309dbb75730c74fed1c355411997472203c6.tar.gz dexon-be27309dbb75730c74fed1c355411997472203c6.tar.bz2 dexon-be27309dbb75730c74fed1c355411997472203c6.tar.lz dexon-be27309dbb75730c74fed1c355411997472203c6.tar.xz dexon-be27309dbb75730c74fed1c355411997472203c6.tar.zst dexon-be27309dbb75730c74fed1c355411997472203c6.zip |
show first?
Diffstat (limited to 'ethereal/ui/gui.go')
-rw-r--r-- | ethereal/ui/gui.go | 3 |
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() |