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
|
continue
|
||||||
|
|
||||||
active_script.getKeyBindings().add(binding)
|
active_script.getKeyBindings().add(binding)
|
||||||
grab_ids = self.app.addKeyGrab(binding)
|
from . import cthulhu
|
||||||
|
grab_ids = cthulhu.addKeyGrab(binding)
|
||||||
if grab_ids:
|
if grab_ids:
|
||||||
binding._grab_ids = grab_ids
|
binding._grab_ids = grab_ids
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user