Remove unnecessary line
This commit is contained in:
parent
452dd12eff
commit
8844ea60b1
|
@ -38,7 +38,6 @@ WatchFaceTerminal::WatchFaceTerminal(DisplayApp* app,
|
||||||
|
|
||||||
connectState = lv_label_create(lv_scr_act(), nullptr);
|
connectState = lv_label_create(lv_scr_act(), nullptr);
|
||||||
lv_label_set_recolor(connectState, true);
|
lv_label_set_recolor(connectState, true);
|
||||||
lv_label_set_text(connectState, "[STAT]#0082fc Disconnected#");
|
|
||||||
lv_obj_align(connectState, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, 40);
|
lv_obj_align(connectState, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, 40);
|
||||||
|
|
||||||
notificationIcon = lv_label_create(lv_scr_act(), nullptr);
|
notificationIcon = lv_label_create(lv_scr_act(), nullptr);
|
||||||
|
|
Loading…
Reference in a new issue