update url input text when url changing

This commit is contained in:
Alperen İsa Nalbant 2022-05-15 19:55:49 +03:00
parent 3ef4734702
commit d799e0b5ca
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ class MyWindow(Handy.Window):
self.web.load_uri(url_text)
else:
self.web.load_uri(f"https://duckduckgo.com/?q={url_text}")
self.inp_url.set_text("")
def on_btn_ref_clicked(self, widget):
self.web.reload()
def change_url(self, widget, frame):