Skip to content

Commit 8844ea6

Browse files
committed
Remove unnecessary line
1 parent 452dd12 commit 8844ea6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/displayapp/screens/WatchFaceTerminal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ WatchFaceTerminal::WatchFaceTerminal(DisplayApp* app,
3838

3939
connectState = lv_label_create(lv_scr_act(), nullptr);
4040
lv_label_set_recolor(connectState, true);
41-
lv_label_set_text(connectState, "[STAT]#0082fc Disconnected#");
4241
lv_obj_align(connectState, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, 40);
4342

4443
notificationIcon = lv_label_create(lv_scr_act(), nullptr);

0 commit comments

Comments
 (0)