Vanessa 2025-08-29 10:45:36 +08:00
parent bf722a142a
commit 0a079a39ca

View file

@ -233,7 +233,7 @@ export class Plugin {
if (!this.setting) {
return;
}
this.setting.open(this.displayName + " " + this.name);
this.setting.open(this.displayName || this.name);
}
public loadData(storageName: string) {