fix: Don't hide menu in casting profile (#1590)

This commit is contained in:
Dermot Duffy
2024-09-27 18:52:16 -07:00
committed by GitHub
parent 464a68ba03
commit 8c5aebef03
3 changed files with 12 additions and 3 deletions
-2
View File
@@ -5,11 +5,9 @@ import {
CONF_LIVE_CONTROLS_BUILTIN,
CONF_LIVE_SHOW_IMAGE_DURING_LOAD,
CONF_MEDIA_VIEWER_CONTROLS_BUILTIN,
CONF_MENU_STYLE,
} from '../../const.js';
export const CASTING_PROFILE = {
[CONF_MENU_STYLE]: 'none' as const,
[CONF_LIVE_AUTO_UNMUTE]: ['selected', 'visible'],
[CONF_DIMENSIONS_ASPECT_RATIO]: '16:9',
[CONF_LIVE_CONTROLS_BUILTIN]: false,