[core/module] add missing registration of input events via CLI

see #628
This commit is contained in:
tobi-wan-kenobi 2020-05-15 19:59:13 +02:00
parent bfe5d8f493
commit 3bb2fb8247
2 changed files with 13 additions and 0 deletions

View file

@ -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()