mirror of https://github.com/gmbrax/Pilgrim.git
Compare commits
No commits in common. "0adb230dd77543d333aee014474193b02ba2698b" and "5b0f894c886eaa694294084a14c977a684e620c2" have entirely different histories.
0adb230dd7
...
5b0f894c88
|
|
@ -216,7 +216,6 @@ class DiaryListScreen(Screen):
|
||||||
self.notify(f"Creation canceled...")
|
self.notify(f"Creation canceled...")
|
||||||
|
|
||||||
def _on_screen_resume(self) -> None:
|
def _on_screen_resume(self) -> None:
|
||||||
super()._on_screen_resume()
|
|
||||||
self.refresh_diaries()
|
self.refresh_diaries()
|
||||||
|
|
||||||
def action_edit_selected_diary(self):
|
def action_edit_selected_diary(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue