Fix accidental concatenation of resolution strings
Spotted by @ns6089
This commit is contained in:
parent
27f9d6d3a5
commit
a7c1252fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ namespace config {
|
|||
"1280x720"s,
|
||||
"1920x1080"s,
|
||||
"2560x1080"s,
|
||||
"3440x1440"s
|
||||
"3440x1440"s,
|
||||
"1920x1200"s,
|
||||
"3840x2160"s,
|
||||
"3840x1600"s,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue