1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- [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

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)