show url in echo area when it changes

main
Daniel Barlow 2023-01-01 20:55:11 +00:00
parent 055e8b792f
commit bc17c3af6c
2 changed files with 1 additions and 4 deletions

View File

@ -190,9 +190,6 @@
:widget box
: prompt
: frame
:set-inactive-text (fn [self text]
(when (not self.state.active)
(tset entry :text text)))
:completions-widget completions
}]
(hbox:pack_start prompt false false 15)

View File

@ -43,7 +43,7 @@
:estimated-load-progress
(tset progress-bar :fraction value)
:uri
(commander:set-inactive-text value)
(tset echo-area :label value)
n
(comment (print "prop change" n value))))]