Skip to content

Commit

Permalink
Fix "Already mapped" text not disappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Sep 19, 2024
1 parent da9bf1e commit f7c7210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/src/gui/pages/add_map_popup.hh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ struct AddMapPopUp {
std::string(full_name.module_name) + "\n" + std::string(full_name.element_name);

lv_label_set_text_fmt(ui_MapExistsLabel, "Already Mapped To:\n%s", combined.c_str());
}
} else
lv_label_set_text(ui_MapExistsLabel, "");
}
}
}
Expand Down

0 comments on commit f7c7210

Please sign in to comment.