1
0
Fork 0

- [GUI] hide candidates when loading an url.

This commit is contained in:
cage 2023-03-08 21:02:41 +01:00
parent 3d59696059
commit 162c6b8e63
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@
(with-accessors ((tool-bar tool-bar)) main-window
(with-accessors ((iri-entry iri-entry)) tool-bar
(let* ((iri (trim-blanks (gui:text iri-entry))))
(gui-mw::hide-candidates iri-entry)
(open-iri iri main-window use-cache))))))
(defun setup-main-window-events (main-window)