mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
💄 add icon
This commit is contained in:
parent
5e3aefa793
commit
1a4b3f41a8
4 changed files with 8 additions and 5 deletions
|
|
@ -208,6 +208,7 @@ export const openTitleMenu = (protyle: IProtyle, position: IPosition) => {
|
|||
}
|
||||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
icon: "iconFolder",
|
||||
label: window.siyuan.languages.showInFolder,
|
||||
click: () => {
|
||||
showFileInFolder(path.join(window.siyuan.config.system.dataDir, protyle.notebookId, protyle.path));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue