Vault picker: remove a vault from the Recent list (#93); fix Tasks view showing "All Notes" as the mobile header title

This commit is contained in:
Yuri Karamian
2026-06-11 20:48:20 +02:00
parent 784248f984
commit 2fea44bde6
5 changed files with 81 additions and 6 deletions
+1
View File
@@ -98,6 +98,7 @@ pub fn run() {
.manage(app_state)
.invoke_handler(tauri::generate_handler![
commands::open_vault,
commands::remove_vault,
commands::get_app_config,
commands::set_theme,
commands::set_accent_color,