mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
Update webview.py
This commit is contained in:
parent
da26dba8e5
commit
f168e56928
@ -121,6 +121,7 @@ class TextBrowser(QWidget, dataget):
|
|||||||
continue
|
continue
|
||||||
with open(_, "r", encoding="utf8") as ff:
|
with open(_, "r", encoding="utf8") as ff:
|
||||||
self.set_extra_html(ff.read())
|
self.set_extra_html(ff.read())
|
||||||
|
break
|
||||||
|
|
||||||
def debugeval(self, js):
|
def debugeval(self, js):
|
||||||
# print(js)
|
# print(js)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user