mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 12:38:07 +01:00
💄 icon
This commit is contained in:
parent
deed49ecea
commit
0f0cab91ca
7 changed files with 18 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ export const initBar = (app: App) => {
|
|||
<svg><use xlink:href="#iconPlugin"></use></svg>
|
||||
</div>
|
||||
<div id="barCommand" class="toolbar__item ariaLabel" aria-label="${window.siyuan.languages.commandPanel} ${updateHotkeyTip(window.siyuan.config.keymap.general.commandPanel.custom)}">
|
||||
<svg><use xlink:href="#iconLayoutBottom"></use></svg>
|
||||
<svg><use xlink:href="#iconTerminal"></use></svg>
|
||||
</div>
|
||||
<div id="barSearch" class="toolbar__item ariaLabel" aria-label="${window.siyuan.languages.globalSearch} ${updateHotkeyTip(window.siyuan.config.keymap.general.globalSearch.custom)}">
|
||||
<svg><use xlink:href="#iconSearch"></use></svg>
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ export const initRightMenu = (app: App) => {
|
|||
} else if (target.id === "menuPlugin") {
|
||||
const menu = new Menu();
|
||||
menu.addItem({
|
||||
icon: "iconLayoutBottom",
|
||||
icon: "iconTerminal",
|
||||
label: window.siyuan.languages.commandPanel,
|
||||
click() {
|
||||
commandPanel(app);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue