mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02: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) {
|
||||
return;
|
||||
}
|
||||
this.setting.open(this.name);
|
||||
this.setting.open(this.displayName + " " + this.name);
|
||||
}
|
||||
|
||||
public loadData(storageName: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue