Vanessa 2023-11-17 08:23:12 +08:00
parent 20796c7392
commit 41a5fd02dc

View file

@ -299,7 +299,7 @@ const openPlugin = (app: App, target: Element) => {
if(!isHuawei()) {
menu.addItem({
icon: "iconSettings",
label: window.siyuan.languages.config,
label: window.siyuan.languages.manage,
click() {
openSetting(app).element.querySelector('.b3-tab-bar [data-name="bazaar"]').dispatchEvent(new CustomEvent("click"));
}