aboutsummaryrefslogtreecommitdiff
path: root/src/bibiman.rs
diff options
context:
space:
mode:
authorlukeflo2025-07-05 22:32:41 +0200
committerlukeflo2025-07-05 22:32:41 +0200
commite27069540a0bb22640974d0bd1a1bdf153b1b40d (patch)
treeab0984a45f4247d20c237e4bf8cd07d05a3a2fe0 /src/bibiman.rs
parent2990df627ff54f01bafdcab767c0a73198e9e6cc (diff)
downloadbibiman-e27069540a0bb22640974d0bd1a1bdf153b1b40d.tar.gz
bibiman-e27069540a0bb22640974d0bd1a1bdf153b1b40d.zip
succesfully tested note creation
Diffstat (limited to 'src/bibiman.rs')
-rw-r--r--src/bibiman.rs1
1 files changed, 1 insertions, 0 deletions
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(())
}