1
0
Fork 0

- [GUI] reinitialize IR lines of client window before displaying the bookmarks page.

This commit is contained in:
cage 2023-06-04 12:58:07 +02:00
parent 86ce44ae68
commit c6be7cb311
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@
(iri (internal-iri-bookmark)))
(set-address-bar-text main-window (to-s iri))
(clean-gemtext main-window)
(client-main-window::initialize-ir-lines main-window)
(gui:focus (toc-frame main-window))
(collect-ir-lines (to-s iri) main-window parsed-page))))