mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +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({
|
window.siyuan.menus.menu.append(new MenuItem({
|
||||||
label: window.siyuan.languages.showInFolder,
|
label: window.siyuan.languages.showInFolder,
|
||||||
click: () => {
|
click: () => {
|
||||||
shell.openPath(pathPosix().join(window.siyuan.config.system.dataDir, notebookId));
|
shell.openPath(path.join(window.siyuan.config.system.dataDir, notebookId));
|
||||||
}
|
}
|
||||||
}).element);
|
}).element);
|
||||||
if (!window.siyuan.config.readonly) {
|
if (!window.siyuan.config.readonly) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue