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