feat(settings,docs): vault subpath becomes the chats folder, panel screenshots in the readme
This commit is contained in:
+1
-1
@@ -54,11 +54,11 @@ async function main(): Promise<void> {
|
||||
mount(App, {
|
||||
props: {
|
||||
app: app as never,
|
||||
chatsFolder: () => "💬 чаты",
|
||||
client: scene === "offline" ? null : client,
|
||||
component: new Component() as never,
|
||||
onOpenSettings: () => console.log("settings"),
|
||||
state,
|
||||
vaultSubpath: () => "💬 чаты",
|
||||
},
|
||||
target: document.getElementById("app") as HTMLElement,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user