1
0
Fork 0

- [GUI] ensured updating URL in the address basr, when reviving a stream.

This commit is contained in:
cage 2023-08-16 15:44:32 +02:00
parent a041a0f712
commit ff87d84ae4
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@
(selection (first selections)))
(let* ((url (gui:id selection))
(new-rows (all-rows)))
(client-main-window:set-address-bar-text gui-goodies:*main-frame* url)
(client-main-window::open-iri url gui-goodies:*main-frame* t)
(resync-rows stream-table new-rows))))))