diff --git a/app/src/menus/navigation.ts b/app/src/menus/navigation.ts index 3d0806f28..66b11f481 100644 --- a/app/src/menus/navigation.ts +++ b/app/src/menus/navigation.ts @@ -128,7 +128,7 @@ export const initNavigationMenu = (liElement: HTMLElement) => { openCardByData(response.data, `${escapeHtml(name)}`); }); } - },{ + }, { iconHTML: Constants.ZWSP, label: window.siyuan.languages.mgmt, click: () => { @@ -337,12 +337,6 @@ export const initFileMenu = (notebookId: string, pathString: string, liElement: click: () => { viewCards(id, name, "Tree"); } - }, { - iconHTML: Constants.ZWSP, - label: window.siyuan.languages.addToDeck, - click: () => { - makeCard([id]); - } }], }).element); /// #if !MOBILE