mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
This commit is contained in:
parent
94ffe16ead
commit
efc3ec43fe
2 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ html {
|
|||
align-self: center;
|
||||
margin: 0 8px 0 4px;
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
|
||||
& > div {
|
||||
background-color: var(--b3-theme-primary-light);
|
||||
|
|
|
|||
|
|
@ -343,6 +343,7 @@ export class Breadcrumb {
|
|||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.netAssets2LocalAssets,
|
||||
icon: "iconTransform",
|
||||
accelerator: window.siyuan.config.keymap.editor.general.netAssets2LocalAssets.custom,
|
||||
click() {
|
||||
net2LocalAssets(protyle, "Assets");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue