usawa

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

commit 25d23cbc4bd392d178adbcd0ee7262308a0e5053
parent 3ce116eb04aa5730815a634d7f43309d7c5a18c9
Author: Carlosokumu <carlosokumu254@gmail.com>
Date:   Sat, 14 Mar 2026 09:44:04 +0300

add save wallet

Diffstat:
Mdummy/usawa/gui/controllers/entry_controller.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/dummy/usawa/gui/controllers/entry_controller.py b/dummy/usawa/gui/controllers/entry_controller.py @@ -71,3 +71,6 @@ class EntryController: def export_entry(self, serial: int, output_path: str) -> tuple[bool, str]: return self.entry_service.export_entry_to_xml(serial, output_path) + + def save_wallet(self, wallet): + return self.entry_service.save_wallet(wallet=wallet)