From e27069540a0bb22640974d0bd1a1bdf153b1b40d Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sat, 5 Jul 2025 22:32:41 +0200 Subject: succesfully tested note creation --- src/bibiman.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/bibiman.rs b/src/bibiman.rs index 71ac831..87963dc 100644 --- a/src/bibiman.rs +++ b/src/bibiman.rs @@ -774,6 +774,7 @@ impl Bibiman { File::create_new(new_file).unwrap(); self.close_popup(); + self.update_lists(cfg); Ok(()) } -- cgit v1.2.3