feat(settings,docs): vault subpath becomes the chats folder, panel screenshots in the readme

This commit is contained in:
hh
2026-09-05 04:56:03 +02:00
parent 223560c8da
commit 43d1e1a4a3
10 changed files with 43 additions and 26 deletions
+1 -1
View File
@@ -137,11 +137,11 @@ const target = dom.window.document.body;
const instance = mount(App, {
props: {
app,
chatsFolder: () => "💬 чаты",
client,
component: new Component(),
onOpenSettings: () => {},
state,
vaultSubpath: () => "💬 чаты",
},
target,
});