Icon added lol

This commit is contained in:
Leoh 2021-10-17 13:16:32 +05:30
parent 08664f2aaf
commit cd3c81cf5c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -24,7 +24,7 @@ export default class ExamplePlugin extends Plugin {
VIEW_TYPE_EXAMPLE,
(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();
});
}