reorder: Add TODO
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
dd536d9e62
commit
f82e83067e
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ class Plugin(BasePlugin):
|
|||
if tab:
|
||||
new_tabs.append(tab)
|
||||
|
||||
# TODO: Ensure we don't break poezio and call this with whatever
|
||||
# tablist we have. The roster tab at least needs to be in there.
|
||||
self.core.tabs.replace_tabs(new_tabs)
|
||||
self.core.refresh_window()
|
||||
|
||||
|
|
Loading…
Reference in a new issue