From 5d9319b831a2efecac2f06b476e5abb54daa7e4b Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 12 May 2024 15:18:15 +0700 Subject: [PATCH] Remove "experimental" flag from AUDIO_ENABLE_VOLUME_CONTROL --- src/utils/preferences.ts | 1 - 1 file changed, 1 deletion(-) 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,