settings: add missing choice_radio type to _needs_range_map

parent 99f31522
......@@ -144,7 +144,7 @@ class BaseSetting:
)
def _needs_range_map(self):
return self.type in ("choice", "choice_entry", "list_dual", "number")
return self.type in ("choice", "choice_entry", "choice_radio", "list_dual", "number")
def _build_map_from_range(self, range_value):
if range_value is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment