This commit is contained in:
Vanessa 2023-06-30 10:44:33 +08:00
parent 65920afeeb
commit 4c7a01a911
6 changed files with 8 additions and 3 deletions

View file

@ -375,7 +375,7 @@ const openPlugin = (app: App, target: Element) => {
hasPlugin = true;
menu.addItem({
icon: "iconSettings",
label: plugin.name,
label: plugin.displayName,
click() {
plugin.openSetting();
}