mirror of
https://github.com/ratspeak/ratdeck.git
synced 2026-06-05 23:31:40 +00:00
Fix: custom label in Lora presets
This commit is contained in:
@@ -263,6 +263,7 @@ void LvSettingsScreen::buildItems() {
|
||||
presetItem.enumLabels = {};
|
||||
for (int i = 0; i < LV_NUM_PRESETS; i++)
|
||||
presetItem.enumLabels.push_back(LV_PRESETS[i].name);
|
||||
presetItem.enumLabels.push_back("Custom");
|
||||
_items.push_back(presetItem);
|
||||
idx++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user