Add tooltip to live camera view.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent 4a93d02fe9
commit 38cddd0f18
3 changed files with 24 additions and 26 deletions
-3
View File
@@ -8,9 +8,6 @@ import controlStyle from '../scss/next-previous-control.scss';
@customElement('frigate-card-next-previous-control')
export class FrigateCardNextPreviousControl extends LitElement {
@property({ attribute: true })
public title = '';
@property({ attribute: false })
public direction?: 'next' | 'previous';