Fixed command name
This commit is contained in:
parent
048a6725ce
commit
9fe8405bab
2 changed files with 3 additions and 3 deletions
4
main.js
4
main.js
File diff suppressed because one or more lines are too long
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue