Fix popup icons for 0.100. Fix #98
This commit is contained in:
parent
350a18bf81
commit
8823cb6272
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
1049
package-lock.json
generated
1049
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "browser_mod",
|
||||
"private": true,
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
@ -12,7 +12,7 @@
|
||||
"author": "Thomas Lovén",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"webpack": "^4.42.1",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user