Skip to content

Commit

Permalink
Merge pull request #284 from praschke/update-options-once
Browse files Browse the repository at this point in the history
save options after updating them
  • Loading branch information
djahandarie authored Oct 24, 2023
2 parents c3148c6 + 5bf8101 commit d392c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/js/data/options-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class OptionsUtil {

if (typeof options !== 'undefined') {
options = await this.update(options);
await this.save(options);
} else {
options = this.getDefault();
}
Expand Down

0 comments on commit d392c78

Please sign in to comment.