mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
2ee49109e8
commit
9709d20aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => {
|
|||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.showInFolder,
|
||||
click: () => {
|
||||
shell.openPath(pathPosix().join(window.siyuan.config.system.dataDir, notebookId));
|
||||
shell.openPath(path.join(window.siyuan.config.system.dataDir, notebookId));
|
||||
}
|
||||
}).element);
|
||||
if (!window.siyuan.config.readonly) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue