This commit is contained in:
Kovid Goyal 2022-08-12 06:51:15 +05:30
parent 1a96698791
commit 1f21935414
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -377,6 +377,7 @@ class Lookup(QWidget):
return return
self.current_source = self.url_template self.current_source = self.url_template
url = self.current_source.format(word=query) url = self.current_source.format(word=query)
_('meaning') # to be used later
self.view.load(QUrl(url)) self.view.load(QUrl(url))
self.current_query = query self.current_query = query
self.update_refresh_button_status() self.update_refresh_button_status()