* 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:
vicliu
2026-04-21 03:19:05 +08:00
committed by GitHub
parent 7cfb72ef31
commit b2229138ed
171 changed files with 11268 additions and 1157 deletions
@@ -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);