BLE Spam add some help messages to config menus

This commit is contained in:
Willy-JL
2023-10-20 23:38:11 +01:00
parent a75122011d
commit 3f0b9f2d41
5 changed files with 13 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ static void swiftpair_extra_config(Ctx* ctx) {
variable_item_set_current_value_text(
item, cfg->display_name[0] != '\0' ? cfg->display_name : "Random");
variable_item_list_add(list, "Requires enabling SwiftPair", 0, NULL, NULL);
variable_item_list_set_enter_callback(list, config_callback, ctx);
}