diff --git a/toot/ui/app.py b/toot/ui/app.py index c2e00e8..a41d004 100644 --- a/toot/ui/app.py +++ b/toot/ui/app.py @@ -404,7 +404,7 @@ class EntryModal(Modal): def show(self): super().show() - self.refresh() + self.refresh_text() def clear(self): self.content = []