mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-08 20:34:26 +00:00
show first?
This commit is contained in:
parent
0bdb0a9d58
commit
be27309dbb
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue