[core/module] add missing registration of input events via CLI
see #628
This commit is contained in:
parent
bfe5d8f493
commit
3bb2fb8247
2 changed files with 13 additions and 0 deletions
|
@ -102,6 +102,7 @@ def main():
|
|||
|
||||
for module in config.modules():
|
||||
modules.append(core.module.load(module, config, theme))
|
||||
modules[-1].register_callbacks()
|
||||
|
||||
if config.reverse():
|
||||
modules.reverse()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue