Skip to content

Commit

Permalink
show first?
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed May 30, 2014
1 parent 0bdb0a9 commit be27309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ethereal/ui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit be27309

Please sign in to comment.