catch crash
This commit is contained in:
parent
2b3c1a1728
commit
5dfa4d897f
@ -105,7 +105,10 @@ class inputManager():
|
||||
self.env['runtime']['inputDriver'].grabAllDevices()
|
||||
|
||||
def updateInputDevices(self):
|
||||
try:
|
||||
self.env['runtime']['inputDriver'].updateInputDevices()
|
||||
except:
|
||||
pass
|
||||
|
||||
def removeAllDevices(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user