From e7cdafcbfdce8d8c768d6f0197d33e78993bed14 Mon Sep 17 00:00:00 2001 From: Dmitry Shabat Date: Mon, 8 May 2023 15:54:32 +0400 Subject: [PATCH] Update command name --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index c522dfd..d9ef1f8 100644 --- a/main.ts +++ b/main.ts @@ -4,7 +4,7 @@ export default class SyncGraphPlugin extends Plugin { async onload() { this.addCommand({ id: "sync-graph-colorgroups-to-localgraph", - name: "Sync Graph Groups Settings to Local Graph", + name: "Sync Graph Settings to Local Graph", callback: async () => { await this.syncGlobalToLocal() } }) }