Re-enable saving (woops).

This commit is contained in:
Thomas Mathews 2023-04-15 08:42:29 -07:00
parent 8e8d8a7e6d
commit 2176579524
2 changed files with 6 additions and 10 deletions

View file

@ -160,7 +160,7 @@ function on_timer_save() {
setTimeout(() => {
const model = DAMUS;
//model_save_events(model);
//model_save_settings(model);
model_save_settings(model);
on_timer_save();
}, 1 * 1000);
}