Fixed command name

This commit is contained in:
ransurf 2021-10-17 19:36:48 -07:00
parent 048a6725ce
commit 9fe8405bab
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -29,7 +29,7 @@ export default class HabiticaSync extends Plugin {
}); });
this.addCommand({ this.addCommand({
id: "habitica-view-open", id: "habitica-view-open",
name: "Habitica: Open Pane", name: "Open Pane",
hotkeys: [{ modifiers: ["Mod", "Shift"], key: "h"}], hotkeys: [{ modifiers: ["Mod", "Shift"], key: "h"}],
callback: () => { callback: () => {
this.activateView(); this.activateView();