From 8b629896c90a47546f062286b1d64dcef01f68f0 Mon Sep 17 00:00:00 2001 From: Timo Gurr Date: Sat, 4 Nov 2023 20:04:05 +0100 Subject: [PATCH] config: add 2K resolution (WQHD - 16:9) Add the most common 2K resolution in addition to the already exising most common FullHD and 4K 16:9 resolutions. --- src/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.cpp b/src/config.cpp index d5932d62cfe..c08f5a9c4eb 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -395,6 +395,7 @@ namespace config { "1280x720"s, "1920x1080"s, "2560x1080"s, + "2560x1440"s, "3440x1440"s, "1920x1200"s, "3840x2160"s,