mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-19 01:56:19 +00:00
Tdeck (#24)
* fix(tracker): apply localized labels on tracker page * feat: add runtime locale packs and font fallback * release: prepare 0.1.19-alpha
This commit is contained in:
@@ -55,7 +55,6 @@ bool initializeMenuSkeleton(const Hooks& hooks)
|
||||
}
|
||||
|
||||
lv_obj_t* active_screen = lv_screen_active();
|
||||
::ui::i18n::reload_language();
|
||||
lv_obj_set_style_bg_color(active_screen, lv_color_black(), LV_PART_MAIN);
|
||||
lv_obj_set_style_radius(active_screen, 0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user