go silent when enter an ignore screen

This commit is contained in:
chrys
2018-06-04 08:06:39 +02:00
parent 9dfbb4211e
commit b02b5ee30d
4 changed files with 4 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ class inputManager():
return
if self.env['runtime']['screenManager'].getCurrScreenIgnored():
self.ungrabAllDevices()
self.env['runtime']['outputManager'].interruptOutput()
else:
self.grabAllDevices()
self.executeDeviceGrab = False