feat: expose autoMemoryDirectory setting in ConfigSidebar

This commit is contained in:
2026-03-13 00:14:19 -07:00
committed by Naomi Carrigan
parent d5a4324160
commit 186f28952b
13 changed files with 89 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ vi.mock("@tauri-apps/api/core", () => ({
profile_avatar_path: null,
profile_bio: null,
custom_theme_colors: {},
auto_memory_directory: null,
});
case "list_quick_actions":
return Promise.resolve([]);