Skip to content

Commit

Permalink
Made suggested alarm time label more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberneel committed Nov 27, 2024
1 parent b726c11 commit 4aaf918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/Sleep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void Sleep::DrawAlarmScreen() {
lv_obj_set_size(btnSuggestedAlarm, 115, 50);
lv_obj_align(btnSuggestedAlarm, lv_scr_act(), LV_ALIGN_IN_BOTTOM_RIGHT, 0, 0);
txtSuggestedAlarm = lv_label_create(btnSuggestedAlarm, nullptr);
lv_label_set_text_static(txtSuggestedAlarm, "Suggested");
lv_label_set_text_static(txtSuggestedAlarm, "Use Sugg.\nAlarmTime");

enableSwitch = lv_switch_create(lv_scr_act(), nullptr);
enableSwitch->user_data = this;
Expand Down

0 comments on commit 4aaf918

Please sign in to comment.