Support no menu at all.

This commit is contained in:
Dermot Duffy
2021-09-04 13:02:47 -07:00
parent 349d0545bf
commit 524d54f803
4 changed files with 19 additions and 8 deletions
+1
View File
@@ -25,6 +25,7 @@ export const FRIGATE_CARD_VIEWS = [
export type FrigateCardView = typeof FRIGATE_CARD_VIEWS[number];
export const FRIGATE_MENU_MODES = [
'none',
'hidden-top',
'hidden-left',
'hidden-bottom',