store settings in function call, remove last uses of settings in callbacks

This commit is contained in:
joeycastillo
2024-09-29 09:57:41 -04:00
parent b3ed4df0a1
commit 3bd8f8d51f
6 changed files with 9 additions and 4 deletions

View File

@ -182,5 +182,5 @@ void set_time_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
watch_set_led_off();
watch_store_backup_data(settings->reg, 0);
movement_store_settings();
}