Skip to content

Commit

Permalink
oops, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 27, 2018
1 parent f68e26a commit 560fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (w *window) Close() {
}

func (w *window) ShowAndRun() {
w.doShow(w, false)
w.doShow(false)
runEFL()
}

Expand Down

0 comments on commit 560fe88

Please sign in to comment.