Skip to content

Commit

Permalink
style(Vis View): 💄 Better icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 19, 2021
1 parent fa24115 commit 0d1ec3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,10 @@ export default class BCPlugin extends Plugin {
checkCallback: () => this.settings.showWriteAllBCsCmd,
});

// TODO get a better icon for this
this.addRibbonIcon("dice", "Breadcrumbs Visualisation", () =>
new VisModal(this.app, this).open()
this.addRibbonIcon(
addFeatherIcon("tv") as string,
"Breadcrumbs Visualisation",
() => new VisModal(this.app, this).open()
);

this.statusBatItemEl = this.addStatusBarItem();
Expand Down

0 comments on commit 0d1ec3e

Please sign in to comment.