frontend: comment out 'recommended' property in room wizard

This commit is contained in:
Carlos Santos 2025-07-15 12:47:46 +02:00
parent c1d8044a2e
commit 9d5d5402db
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ export class RecordingLayoutComponent implements OnDestroy {
imageUrl: './assets/layouts/speaker.png', imageUrl: './assets/layouts/speaker.png',
isPro: true, isPro: true,
disabled: true, disabled: true,
recommended: true // recommended: true
}, },
{ {
id: 'single-speaker', id: 'single-speaker',

View File

@ -45,7 +45,7 @@ export class RecordingPreferencesComponent implements OnDestroy {
description: description:
'Enable recording capabilities for this room. Recordings can be started manually or automatically.', 'Enable recording capabilities for this room. Recordings can be started manually or automatically.',
icon: 'video_library', icon: 'video_library',
recommended: true // recommended: true
}, },
{ {
id: 'disabled', id: 'disabled',

View File

@ -32,7 +32,7 @@ export class RecordingTriggerComponent implements OnDestroy {
title: 'Manual Recording', title: 'Manual Recording',
description: 'Start recording manually when needed', description: 'Start recording manually when needed',
icon: 'touch_app', icon: 'touch_app',
recommended: true // recommended: true
}, },
{ {
id: 'auto1', id: 'auto1',