We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78550ab commit 062d516Copy full SHA for 062d516
radio/src/gui/colorlcd/mainview/widget_settings.cpp
@@ -49,6 +49,8 @@ WidgetSettings::WidgetSettings(Widget* w) :
49
FlexGridLayout grid(line_col_dsc, line_row_dsc, PAD_TINY);
50
51
uint8_t optIdx = 0;
52
+
53
+ widget->getFactory()->parseOptionDefaults();
54
auto opt = widget->getOptionDefinitions();
55
56
while (opt && opt->name != nullptr) {
0 commit comments