Icon added lol
This commit is contained in:
parent
08664f2aaf
commit
cd3c81cf5c
2 changed files with 2 additions and 2 deletions
2
main.js
2
main.js
File diff suppressed because one or more lines are too long
2
main.ts
2
main.ts
|
|
@ -24,7 +24,7 @@ export default class ExamplePlugin extends Plugin {
|
||||||
VIEW_TYPE_EXAMPLE,
|
VIEW_TYPE_EXAMPLE,
|
||||||
(leaf) => (this.view = new ExampleView(leaf, this))
|
(leaf) => (this.view = new ExampleView(leaf, this))
|
||||||
);
|
);
|
||||||
this.addRibbonIcon("dice", "Open Habitica Pane", () => { //activate view
|
this.addRibbonIcon("popup-open", "Open Habitica Pane", () => { //activate view
|
||||||
this.activateView();
|
this.activateView();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue