mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-05 13:30:49 -08:00
Update getWorkspaceMenuTemplate.ts
This commit is contained in:
parent
cdfc276a73
commit
7ef8e657bd
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ export async function getWorkspaceMenuTemplate(
|
|||
template.push({
|
||||
label: t('ContextMenu.BackupNow'),
|
||||
click: async () => {
|
||||
await service.git.commitAndSync(workspace, { commitOnly: true });
|
||||
await service.git.commitAndSync(workspace, { commitOnly: true, dir: wikiFolderLocation });
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue