sysclk: fix default text in temporary overrides for display

This commit is contained in:
souldbminersmwc
2026-03-22 16:55:36 -04:00
parent 7489a861f6
commit 17e27ad6e9

View File

@@ -89,7 +89,8 @@ void GlobalOverrideGui::openValueChoiceGui(
enableThresholds,
labels,
namedValues,
showDefaultValue
showDefaultValue,
true
);
}