forked from cerc-io/plugeth
show first?
This commit is contained in:
parent
0bdb0a9d58
commit
be27309dbb
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user