feat: Add UI optional UI locking when microphone is hot (#2484)
This commit is contained in:
committed by
dermotduffy
parent
9a763db1f3
commit
be7e7d79dc
@@ -65,6 +65,9 @@ export class AdvancedCameraCardThumbnailCarousel extends LitElement {
|
||||
@property({ attribute: false })
|
||||
public fadeThumbnails = false;
|
||||
|
||||
@property({ type: Boolean, reflect: true })
|
||||
public locked?: boolean;
|
||||
|
||||
private _thumbnails: TemplateResult[] = [];
|
||||
private _builder: UnifiedQueryBuilder | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user