hmm, seems to be a bug in the pubsub

phoen
Daniel Barlow 2022-02-06 15:07:01 +00:00
parent 68af0b779f
commit 6c95ae86a2
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ progress, trough {
(bus:subscribe :reload #(webview:reload))
(bus:subscribe :url-changed #(url:set_text $1))
(bus:subscribe :url-changed #(print (.. "visiting " $1)))
(bus:subscribe :title-changed #(window:set_title
(.. $1 " - Just browsing")))