mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
💄
This commit is contained in:
parent
fc85a72a1b
commit
620ed9c13a
1 changed files with 3 additions and 1 deletions
|
|
@ -261,7 +261,9 @@ export class Breadcrumb {
|
|||
}
|
||||
}).element);
|
||||
}
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
if (window.siyuan.menus.menu.element.childElementCount > 0) {
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
}
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
icon: "iconRefresh",
|
||||
accelerator: window.siyuan.config.keymap.editor.general.refresh.custom,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue