Re-enable saving (woops).
This commit is contained in:
parent
8e8d8a7e6d
commit
2176579524
2 changed files with 6 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue