[main] Update status bar via event
This commit is contained in:
parent
07ca5cf383
commit
f965c6b664
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def handle_input(output):
|
|||
modules[event['name']] = True
|
||||
except ValueError:
|
||||
pass
|
||||
output.update(modules.keys())
|
||||
core.event.trigger('update-modules', modules.keys())
|
||||
core.event.trigger('update')
|
||||
|
||||
poll.unregister(sys.stdin.fileno())
|
||||
|
|
Loading…
Reference in a new issue