mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 The title of the plugin settings dialog displays the plugin name (#15714)
This commit is contained in:
parent
3ba4985126
commit
bf722a142a
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ export class Plugin {
|
||||||
if (!this.setting) {
|
if (!this.setting) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.setting.open(this.name);
|
this.setting.open(this.displayName + " " + this.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
public loadData(storageName: string) {
|
public loadData(storageName: string) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue