mirror of
https://github.com/xallt/sync-graph-settings.git
synced 2026-07-22 07:10:28 +00:00
Update command name
This commit is contained in:
parent
992f2b69d7
commit
e7cdafcbfd
1 changed files with 1 additions and 1 deletions
2
main.ts
2
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() }
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue