changed icon, fixed plugin name

This commit is contained in:
ransurf 2021-10-16 21:52:57 -07:00
parent a2d3067b75
commit 08664f2aaf

View file

@ -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();
});
}