We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8843127 commit 517f5c8Copy full SHA for 517f5c8
app/src/plugin/openTopBarMenu.ts
@@ -18,7 +18,7 @@ export const openTopBarMenu = (app: App, target?: Element) => {
18
openSetting(app).element.querySelector('.b3-tab-bar [data-name="bazaar"]').dispatchEvent(new CustomEvent("click"));
19
}
20
});
21
- menu.addSeparator({id: "separator_1"}, isHuawei() || window.siyuan.config.readonly);
+ menu.addSeparator({id: "separator_1", ignore: isHuawei() || window.siyuan.config.readonly});
22
/// #endif
23
let hasPlugin = false;
24
app.plugins.forEach((plugin) => {
0 commit comments