1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-11-03 04:17:21 -05:00

Fix crash on window open

Missed a call when changing refresh to refresh_text
This commit is contained in:
Derek Schmidt 2019-04-24 21:32:28 -07:00
parent b9e9eea295
commit 5c8f3b5978
No known key found for this signature in database
GPG Key ID: 0F5D491793B4035A

View File

@ -404,7 +404,7 @@ class EntryModal(Modal):
def show(self):
super().show()
self.refresh()
self.refresh_text()
def clear(self):
self.content = []