mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-27 06:07:58 +00:00
fix(uconsole): correct runtime map label binding
This commit is contained in:
@@ -1448,7 +1448,7 @@ class UConsoleDesktopShell
|
||||
}
|
||||
}
|
||||
map_meta_label_ = createLabel(
|
||||
map, mapSummary(snapshot), &lv_font_montserrat_12,
|
||||
map, mapSummary(snapshot).c_str(), &lv_font_montserrat_12,
|
||||
embedded_palette::kTextMuted);
|
||||
|
||||
lv_obj_t* download = createPreviewPanel(
|
||||
|
||||
Reference in New Issue
Block a user