Fix crash on window open

Missed a call when changing refresh to refresh_text
pull/101/head
Derek Schmidt 2019-04-24 21:32:28 -07:00
rodzic b9e9eea295
commit 5c8f3b5978
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0F5D491793B4035A
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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