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

View file

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