|
@@ -24,7 +24,7 @@ import {commandPanel} from "../boot/globalEvent/command/panel";
|
|
|
export const initBar = (app: App) => {
|
|
|
const toolbarElement = document.getElementById("toolbar");
|
|
|
toolbarElement.innerHTML = `
|
|
|
-<div id="barWorkspace" aria-label="${window.siyuan.languages.mainMenu} ${updateHotkeyTip(window.siyuan.config.keymap.general.mainMenu.custom)}" class="ariaLabel toolbar__item toolbar__item--active">
|
|
|
+<div id="barWorkspace" aria-label="${updateHotkeyTip(window.siyuan.config.keymap.general.mainMenu.custom)} <span class='ft__on-surface'>${window.siyuan.languages.mainMenu}</span>" class="ariaLabel toolbar__item toolbar__item--active">
|
|
|
<span class="toolbar__text">${getWorkspaceName()}</span>
|
|
|
<svg class="toolbar__svg"><use xlink:href="#iconDown"></use></svg>
|
|
|
</div>
|