Skip to content

Commit

Permalink
translucent rootmanu
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Jun 20, 2024
1 parent a13ab06 commit 655b0ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/ui_main_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ void main_menu_init(void) {
lv_obj_add_style(section, &style_rootmenu, LV_PART_MAIN);
lv_obj_set_size(section, 250, 975);
lv_obj_set_pos(section, 0, 0);
if (wallpaper_is_used)
lv_obj_set_style_bg_opa(section, LV_OPA_50, 0);

lv_obj_set_size(root_page, 250, 975);
lv_obj_set_pos(root_page, 0, 0);
Expand Down

0 comments on commit 655b0ae

Please sign in to comment.