From 0a079a39ca0bd827f34cae13353619bac0a28db4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 29 Aug 2025 10:45:36 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/15714 --- app/src/plugin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/plugin/index.ts b/app/src/plugin/index.ts index 6d8d6eaab..7a4aa8712 100644 --- a/app/src/plugin/index.ts +++ b/app/src/plugin/index.ts @@ -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) {