From a7c1252fd933fb43b7cd7641ffd8bd349089d4c9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 4 May 2023 22:35:23 -0500 Subject: [PATCH] Fix accidental concatenation of resolution strings Spotted by @ns6089 --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index 33cb9115..fa3ed75e 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -406,7 +406,7 @@ namespace config { "1280x720"s, "1920x1080"s, "2560x1080"s, - "3440x1440"s + "3440x1440"s, "1920x1200"s, "3840x2160"s, "3840x1600"s,