Revert "resolve conflicts merge" (#2860)

This reverts commit 344aa0c741.
This commit is contained in:
jLynx 2025-11-08 10:21:33 +13:00 committed by GitHub
parent a4d23768c1
commit c46cc431c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2 additions and 26 deletions

View file

@ -175,13 +175,6 @@ class BleRecentEntryDetailView : public View {
{7 * 8, UI_POS_Y(2), 23 * 8, UI_POS_HEIGHT(1)},
"-"};
Labels label_vendor{
{{0 * 8, 2 * 16}, "Vendor:", Theme::getInstance()->fg_light->foreground}};
Text text_vendor{
{7 * 8, 2 * 16, 23 * 8, 16},
"-"};
Labels labels{
{{UI_POS_X(0), UI_POS_Y(3)}, "Len", Theme::getInstance()->fg_light->foreground},
{{5 * 8, UI_POS_Y(3)}, "Type", Theme::getInstance()->fg_light->foreground},