Skip to content

Commit 65d626f

Browse files
author
Aaron Züger
committed
Now the settings regarding the (hidden) SecondHand even get saved.
1 parent 8280711 commit 65d626f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/displayapp/screens/WatchFaceAnalog.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,10 @@ void WatchFaceAnalog::UpdateSelected(lv_obj_t* object, lv_event_t event) {
458458
if (object == btnSecondHand) {
459459
if (lv_obj_get_hidden(second_body)) {
460460
lv_obj_set_hidden(second_body, false);
461+
settingsController.SetASecondHand(Controllers::Settings::ASecondHand::On);
461462
} else {
462463
lv_obj_set_hidden(second_body, true);
464+
settingsController.SetASecondHand(Controllers::Settings::ASecondHand::Off);
463465
}
464466
}
465467
}

0 commit comments

Comments
 (0)