Fix regression where command item text lost capitalization rules (#8719)

This commit is contained in:
Donnie
2021-03-25 18:20:20 +01:00
committed by GitHub
parent 343b67fa7f
commit 10baa34c18
+1 -1
View File
@@ -227,7 +227,6 @@ export class QuickBar extends LitElement {
hasMeta
index=${ifDefined(index)}
graphic="icon"
class=${this._commandMode ? "command-item" : ""}
>
${item.iconPath
? html`<ha-svg-icon
@@ -258,6 +257,7 @@ export class QuickBar extends LitElement {
.twoline=${Boolean(item.altText)}
.item=${item}
index=${ifDefined(index)}
class="command-item"
>
<span>
<ha-chip