diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index c4e6d5e..a2fdbde 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -1106,6 +1106,10 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef* conf valueText = fmt::format("{}x{}", GameWindow::s_width, GameWindow::s_height); } } + else if (config == &Config::Monitor) + { + valueText = fmt::format("{}", config->Value + 1); + } else { valueText = fmt::format("{}", config->Value);