Skip to content

Commit be27309

Browse files
committed
show first?
1 parent 0bdb0a9 commit be27309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ethereal/ui/gui.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ func (gui *Gui) Start(assetPath string) {
9494
panic(err)
9595
}
9696

97+
win.Show()
98+
9799
ethutil.Config.Log.AddLogSystem(gui)
98100
ethutil.Config.Log.Infoln("[GUI] Starting GUI")
99101

100-
win.Show()
101102
win.Wait()
102103

103104
gui.eth.Stop()

0 commit comments

Comments
 (0)