dont show incomming text as braille message
This commit is contained in:
parent
076db69848
commit
f145c37eea
@ -28,7 +28,7 @@ class command():
|
|||||||
if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2:
|
if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2:
|
||||||
return
|
return
|
||||||
|
|
||||||
self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False)
|
self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False,flush=False)
|
||||||
|
|
||||||
def setCallback(self, callback):
|
def setCallback(self, callback):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user