Skip to content

Commit

Permalink
hide fab when searching
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 20, 2023
1 parent 43290a5 commit e852bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dashboards/hacs-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class HacsDashboard extends LitElement {
protected render = (): TemplateResult | void => {
const showFab =
!this._hide_browse_fab &&
!this._activeSearch?.length &&
this.activeFilters !== undefined &&
this.activeFilters.length === 1 &&
this.activeFilters[0] === "downloaded";
Expand Down

0 comments on commit e852bb4

Please sign in to comment.