Commit 397e99fc authored by obscuren's avatar obscuren

Merge branch 'develop'

parents 4dfce5d3 be27309d
...@@ -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