frontend: enable layout selector feature for smart layout configuration

This commit is contained in:
Carlos Santos 2025-11-25 13:56:59 +01:00
parent f6abd1cb4c
commit d20571b0ef

View File

@ -57,7 +57,7 @@ const DEFAULT_FEATURES: ApplicationFeatures = {
showSettings: true,
showFullscreen: true,
showThemeSelector: true,
showLayoutSelector: false,
showLayoutSelector: true, // flag for allowing smart layout. It's changed manually.
canModerateRoom: false,
canRecordRoom: false,