Skip to content

Commit 397e99f

Browse files
committed
Merge branch 'develop'
2 parents 4dfce5d + be27309 commit 397e99f

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)