Remove unnecessary line

This commit is contained in:
avery 2022-03-06 14:01:20 +01:00
parent 452dd12eff
commit 8844ea60b1
No known key found for this signature in database
GPG Key ID: B684FD451B692E04

View File

@ -38,7 +38,6 @@ WatchFaceTerminal::WatchFaceTerminal(DisplayApp* app,
connectState = lv_label_create(lv_scr_act(), nullptr);
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);
notificationIcon = lv_label_create(lv_scr_act(), nullptr);