Remove "experimental" flag from AUDIO_ENABLE_VOLUME_CONTROL

This commit is contained in:
redphx 2024-05-12 15:18:15 +07:00
parent e867f156e8
commit 5d9319b831

View File

@ -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,