mirror of
https://github.com/ihabunek/toot.git
synced 2025-02-02 15:07:51 -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):
|
def show(self):
|
||||||
super().show()
|
super().show()
|
||||||
self.refresh()
|
self.refresh_text()
|
||||||
|
|
||||||
def clear(self):
|
def clear(self):
|
||||||
self.content = []
|
self.content = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user