Various menu fixes (#5321)

* input viewer + rang + draw + circledisp

* clang
This commit is contained in:
Eric Hoey
2025-04-04 18:49:03 -04:00
committed by GitHub
parent ee23d02921
commit a247c06be8
3 changed files with 10 additions and 10 deletions

View File

@@ -1839,7 +1839,8 @@ void ItemTrackerSettingsWindow::DrawElement() {
}
if (CVarGetInteger(CVAR_TRACKER_ITEM("DisplayType.DungeonRewards"), SECTION_DISPLAY_MAIN_WINDOW) ==
SECTION_DISPLAY_SEPARATE) {
if (CVarCheckbox("Circle display", CVAR_TRACKER_ITEM("DungeonRewardsLayout"))) {
if (CVarCheckbox("Circle display", CVAR_TRACKER_ITEM("DungeonRewardsLayout"),
CheckboxOptions().DefaultValue(false).Color(THEME_COLOR))) {
shouldUpdateVectors = true;
}
}