Disable "volume control" feature by default

This commit is contained in:
redphx 2024-03-05 05:17:15 +07:00
parent 5703f24418
commit d48d2ba5f0

View File

@ -6893,7 +6893,7 @@ class Preferences {
'default': false,
},
[Preferences.AUDIO_ENABLE_VOLUME_CONTROL]: {
'default': true,
'default': false,
},
[Preferences.AUDIO_VOLUME]: {
'type': SettingElement.TYPE_NUMBER_STEPPER,