Fixed an error in a call to a cthulhu module.
This commit is contained in:
parent
d94ba1accb
commit
0a8bb684ec
@ -202,7 +202,8 @@ class PluginSystemManager:
|
||||
continue
|
||||
|
||||
active_script.getKeyBindings().add(binding)
|
||||
grab_ids = self.app.addKeyGrab(binding)
|
||||
from . import cthulhu
|
||||
grab_ids = cthulhu.addKeyGrab(binding)
|
||||
if grab_ids:
|
||||
binding._grab_ids = grab_ids
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user