Fix popup icons for 0.100. Fix #98
This commit is contained in:
@@ -43,13 +43,13 @@ class BrowserPlayer extends LitElement {
|
||||
return html`
|
||||
<ha-card>
|
||||
<div class="card-content">
|
||||
<paper-icon-button
|
||||
<ha-icon-button
|
||||
.icon=${player.muted
|
||||
? "mdi:volume-off"
|
||||
: "mdi:volume-high"
|
||||
}
|
||||
@click=${this.handleMute}
|
||||
></paper-icon-button>
|
||||
></ha-icon-button>
|
||||
<ha-paper-slider
|
||||
min=0
|
||||
max=1
|
||||
|
||||
Reference in New Issue
Block a user