mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
Update textsourcebase.py
This commit is contained in:
parent
67e9dfde19
commit
4c3aab96aa
@ -59,11 +59,7 @@ class basetext:
|
||||
waitforresultcallback=resultwaitor.put,
|
||||
onlytrans=True,
|
||||
)
|
||||
text, info = resultwaitor.get(), 0
|
||||
if info:
|
||||
gobject.baseobject.displayinfomessage(text, info)
|
||||
else:
|
||||
return text
|
||||
return resultwaitor.get()
|
||||
|
||||
@property
|
||||
def isautorunning(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user