Update remoteManager.py

This commit is contained in:
chrys 2019-10-22 13:25:21 +02:00 committed by GitHub
parent cfb3695196
commit bed06374f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,8 +159,7 @@ class remoteManager():
def setSettings(self, settingsArgs):
self.env['runtime']['settingsManager'].parseSettingArgs(settingsArgs)
self.env['runtime']['screenManager'].updateScreenIgnored()
self.env['runtime']['inputManager'].setExecuteDeviceGrab()
self.env['runtime']['inputManager'].handleDeviceGrab()
self.env['runtime']['inputManager'].handleDeviceGrab(force = True)
def handleRemoteIncomming(self, eventData):
if not eventData:
return