mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Stop setting codec's default value to the best codec profile
This commit is contained in:
parent
11f3513b0c
commit
bcdabbf1b9
@ -6635,7 +6635,7 @@ class Preferences {
|
|||||||
setting.note = '⚠️ ' + __('browser-unsupported-feature');
|
setting.note = '⚠️ ' + __('browser-unsupported-feature');
|
||||||
} else {
|
} else {
|
||||||
// Set default value to the best codec profile
|
// Set default value to the best codec profile
|
||||||
setting.default = keys[keys.length - 1];
|
// setting.default = keys[keys.length - 1];
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user