mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 13:48:27 +02:00
Support new screen ratios: 20:9, 3:2, 5:4
This commit is contained in:
7
dist/better-xcloud.pretty.user.js
vendored
7
dist/better-xcloud.pretty.user.js
vendored
@@ -2442,10 +2442,13 @@ class StreamSettingsStorage extends BaseSettingsStorage {
|
||||
default: "16:9",
|
||||
options: {
|
||||
"16:9": `16:9 (${t("default")})`,
|
||||
"18:9": "18:9",
|
||||
"21:9": "21:9",
|
||||
"16:10": "16:10",
|
||||
"18:9": "18:9",
|
||||
"20:9": "20:9",
|
||||
"21:9": "21:9",
|
||||
"3:2": "3:2",
|
||||
"4:3": "4:3",
|
||||
"5:4": "5:4",
|
||||
fill: t("stretch")
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user