changed icon, fixed plugin name
This commit is contained in:
parent
a2d3067b75
commit
08664f2aaf
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -32263,7 +32263,7 @@ class ExamplePlugin extends obsidian.Plugin {
|
|||
await this.loadSettings();
|
||||
this.addSettingTab(new ExampleSettingsTab(this.app, this));
|
||||
this.registerView(VIEW_TYPE_EXAMPLE, (leaf) => (this.view = new ExampleView(leaf, this)));
|
||||
this.addRibbonIcon("dice", "Open Habitica Pane", () => {
|
||||
this.addRibbonIcon("popup-open", "Open Habitica Pane", () => {
|
||||
this.activateView();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue