diff --git a/src/utils/preferences.ts b/src/utils/preferences.ts index 2dd3b93..662754f 100644 --- a/src/utils/preferences.ts +++ b/src/utils/preferences.ts @@ -522,7 +522,6 @@ export class Preferences { [PrefKey.AUDIO_ENABLE_VOLUME_CONTROL]: { label: t('enable-volume-control'), default: false, - experimental: true, }, [PrefKey.AUDIO_VOLUME]: { type: SettingElementType.NUMBER_STEPPER,