mirror of https://codeberg.org/cage/tinmop/
- [GUI] hide candidates when loading an url.
This commit is contained in:
parent
3d59696059
commit
162c6b8e63
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue