Minor refactor for consistency.

This commit is contained in:
Dermot Duffy
2021-11-24 17:49:39 -08:00
parent bb36004b6d
commit cbd2505b98
4 changed files with 37 additions and 38 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export class FrigateCardMenu extends LitElement {
this.style.setProperty('--frigate-card-menu-button-size', menuConfig.button_size);
}
}
public _menuConfig?: MenuConfig;
protected _menuConfig?: MenuConfig;
@property({ attribute: false })
protected expand = false;