mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-11 17:54:20 +01:00
💄 icon
This commit is contained in:
parent
2a6aa53660
commit
94f623f82a
8 changed files with 10 additions and 10 deletions
|
|
@ -302,7 +302,7 @@ export class BlockPanel {
|
|||
let openHTML = "";
|
||||
/// #if !BROWSER
|
||||
if (this.nodeIds.length === 1) {
|
||||
openHTML = `<span data-type="open" class="block__icon b3-tooltips b3-tooltips__sw" aria-label="${window.siyuan.languages.openByNewWindow}"><svg style="width: 10px"><use xlink:href="#iconMove"></use></svg></span>
|
||||
openHTML = `<span data-type="open" class="block__icon b3-tooltips b3-tooltips__sw" aria-label="${window.siyuan.languages.openByNewWindow}"><svg><use xlink:href="#iconOpenWindow"></use></svg></span>
|
||||
<span class="fn__space"></span>`;
|
||||
}
|
||||
/// #endif
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ export const refMenu = (protyle: IProtyle, element: HTMLElement) => {
|
|||
/// #if !BROWSER
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.openByNewWindow,
|
||||
icon: "iconMove",
|
||||
icon: "iconOpenWindow",
|
||||
click() {
|
||||
openNewWindowById(refBlockId);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ export const initTabMenu = (tab: Tab) => {
|
|||
/// #if !BROWSER
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.tabToWindow,
|
||||
icon: "iconMove",
|
||||
icon: "iconOpenWindow",
|
||||
click: () => {
|
||||
openNewWindow(tab);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue