Vanessa 2023-07-07 11:36:57 +08:00
parent 1cf54c34a8
commit e70caed46a
3 changed files with 32 additions and 12 deletions

View file

@ -751,6 +751,7 @@ export const openMenu = (app: App, src: string, onlyMenu: boolean, showAccelerat
) {
/// #if !MOBILE
submenu.push({
icon: "iconLayoutRight",
label: window.siyuan.languages.insertRight,
accelerator: showAccelerator ? "Click" : "",
click() {
@ -780,6 +781,7 @@ export const openMenu = (app: App, src: string, onlyMenu: boolean, showAccelerat
}
/// #if !BROWSER
submenu.push({
icon: "iconFolder",
label: window.siyuan.languages.showInFolder,
accelerator: showAccelerator ? "⌘Click" : "",
click: () => {