Fixed a typo where the 32:9 aspect ratio was referred to as 32:0

This commit is contained in:
Leon Styhre 2024-07-06 13:07:25 +02:00
parent 706727ff96
commit 7b4cfefbc4

View file

@ -77,7 +77,7 @@ std::vector<std::pair<std::string, std::string>> ThemeData::sSupportedAspectRati
{"20:9_vertical", "20:9 vertical"},
{"21:9", "21:9"},
{"21:9_vertical", "21:9 vertical"},
{"32:9", "32:0"},
{"32:9", "32:9"},
{"32:9_vertical", "32:9 vertical"},
{"1:1", "1:1"}};