Use a different icon for expanded/not.
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ export class FrigateCardMenu extends LitElement {
|
|||||||
return html`
|
return html`
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
class="button"
|
class="button"
|
||||||
icon="mdi:alpha-f-box"
|
icon=${this.expand ? "mdi:alpha-f-box" : "mdi:alpha-f-box-outline"}
|
||||||
data-toggle="tooltip" title="Frigate menu"
|
data-toggle="tooltip" title="Frigate menu"
|
||||||
@click=${() => {
|
@click=${() => {
|
||||||
this.expand = !this.expand;
|
this.expand = !this.expand;
|
||||||
|
|||||||
Reference in New Issue
Block a user