mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Change the max value of video bitrate to 14 to discourage people from using it
This commit is contained in:
parent
8f8b7c6f22
commit
0ffa6b55b2
@ -322,7 +322,7 @@ export class Preferences {
|
|||||||
note: '⚠️ ' + t('unexpected-behavior'),
|
note: '⚠️ ' + t('unexpected-behavior'),
|
||||||
default: 0,
|
default: 0,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 15,
|
max: 14,
|
||||||
steps: 1,
|
steps: 1,
|
||||||
params: {
|
params: {
|
||||||
suffix: ' Mb/s',
|
suffix: ' Mb/s',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user