usawa

Signed, immutable accounting.
Info | Log | Files | Refs | Submodules | LICENSE

commit e22796fe1d25573230510f8849cef728dbe6f741
parent 60eaa8033a5702b33258d2b184e820dd419d92df
Author: Carlosokumu <carlosokumu254@gmail.com>
Date:   Tue, 24 Feb 2026 19:19:32 +0300

add listener to refresh entry list

Diffstat:
Mdummy/usawa/gui/views/create_entry_view.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dummy/usawa/gui/views/create_entry_view.py b/dummy/usawa/gui/views/create_entry_view.py @@ -27,7 +27,6 @@ class CreateEntryView(Gtk.Box): self.nav_view = nav_view self.controller = controller - # self.attachment_list = [] self.attachment_paths: list[str] = [] # Build UI @@ -510,6 +509,7 @@ class CreateEntryView(Gtk.Box): success = self.controller.finalize_entry(entry) if success: + self.controller.notify_entry_created() self.nav_view.pop() else: self._show_error_dialog("Save Failed",