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:
parent
b9e9eea295
commit
5c8f3b5978
@ -404,7 +404,7 @@ class EntryModal(Modal):
|
||||
|
||||
def show(self):
|
||||
super().show()
|
||||
self.refresh()
|
||||
self.refresh_text()
|
||||
|
||||
def clear(self):
|
||||
self.content = []
|
||||
|
Loading…
Reference in New Issue
Block a user