Commit be27309d authored by obscuren's avatar obscuren

show first?

parent 0bdb0a9d
...@@ -94,10 +94,11 @@ func (gui *Gui) Start(assetPath string) { ...@@ -94,10 +94,11 @@ func (gui *Gui) Start(assetPath string) {
panic(err) panic(err)
} }
win.Show()
ethutil.Config.Log.AddLogSystem(gui) ethutil.Config.Log.AddLogSystem(gui)
ethutil.Config.Log.Infoln("[GUI] Starting GUI") ethutil.Config.Log.Infoln("[GUI] Starting GUI")
win.Show()
win.Wait() win.Wait()
gui.eth.Stop() gui.eth.Stop()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment