🎨 The title of the plugin settings dialog displays the plugin name (#15714)

This commit is contained in:
Jeffrey Chen 2025-08-29 10:43:24 +08:00 committed by GitHub
parent 3ba4985126
commit bf722a142a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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