Vanessa 2023-06-04 00:10:33 +08:00
parent 2663d0a4f4
commit 158b534651
3 changed files with 75 additions and 66 deletions

View file

@ -148,9 +148,9 @@ export const afterLoadPlugin = (plugin: Plugin) => {
document.querySelector("#" + (element.getAttribute("data-position") === "right" ? "barPlugins" : "drag")).before(element);
}
});
resizeTopbar();
}
/// #if !MOBILE
resizeTopbar();
mergePluginHotkey(plugin);
plugin.statusBarIcons.forEach(element => {
const statusElement = document.getElementById("status");