mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Disable "volume control" feature by default
This commit is contained in:
parent
5703f24418
commit
d48d2ba5f0
@ -6893,7 +6893,7 @@ class Preferences {
|
|||||||
'default': false,
|
'default': false,
|
||||||
},
|
},
|
||||||
[Preferences.AUDIO_ENABLE_VOLUME_CONTROL]: {
|
[Preferences.AUDIO_ENABLE_VOLUME_CONTROL]: {
|
||||||
'default': true,
|
'default': false,
|
||||||
},
|
},
|
||||||
[Preferences.AUDIO_VOLUME]: {
|
[Preferences.AUDIO_VOLUME]: {
|
||||||
'type': SettingElement.TYPE_NUMBER_STEPPER,
|
'type': SettingElement.TYPE_NUMBER_STEPPER,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user