Fix accidental concatenation of resolution strings
Spotted by @ns6089
This commit is contained in:
+1
-1
@@ -406,7 +406,7 @@ namespace config {
|
|||||||
"1280x720"s,
|
"1280x720"s,
|
||||||
"1920x1080"s,
|
"1920x1080"s,
|
||||||
"2560x1080"s,
|
"2560x1080"s,
|
||||||
"3440x1440"s
|
"3440x1440"s,
|
||||||
"1920x1200"s,
|
"1920x1200"s,
|
||||||
"3840x2160"s,
|
"3840x2160"s,
|
||||||
"3840x1600"s,
|
"3840x1600"s,
|
||||||
|
|||||||
Reference in New Issue
Block a user