mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-02 03:07:36 -05:00
options_menu: start monitor index from 1
This commit is contained in:
@@ -1106,6 +1106,10 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef<T>* 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);
|
||||
|
||||
Reference in New Issue
Block a user