mirror of
https://github.com/paul-nameless/tg
synced 2025-02-16 10:38:23 +00:00
Do not draw status panel: it conflicts with another thread (#146)
* Do not draw status panel: it conflicts with another thread * Remove comment
This commit is contained in:
parent
3d682441f2
commit
fbc3e5d07a
1 changed files with 0 additions and 4 deletions
|
@ -709,12 +709,8 @@ class Controller:
|
|||
def _render(self) -> None:
|
||||
self._render_chats()
|
||||
self._render_msgs()
|
||||
self._render_status()
|
||||
|
||||
def render_status(self) -> None:
|
||||
self.queue.put(self._render_status)
|
||||
|
||||
def _render_status(self) -> None:
|
||||
self.view.status.draw()
|
||||
|
||||
def render_chats(self) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue