nyx: Use a static color for verifying bar indicator

This commit is contained in:
CTCaer
2020-04-30 01:35:18 +03:00
parent de4891e133
commit 63be93be64
3 changed files with 8 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ typedef struct _emmc_tool_gui_t
lv_obj_t *label_finish;
lv_obj_t *bar;
lv_style_t *bar_teal_bg;
lv_style_t *bar_teal_ind;
lv_style_t *bar_white_ind;
char *txt_buf;
char *base_path;