Skip to content

Commit

Permalink
fixed saving of presets/instant sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadecraft committed Jul 12, 2022
1 parent 1c77bde commit 438161f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mainmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ function set_res() {
}
chrome.storage.local.set({'das': handl_das.toString()});
chrome.storage.local.set({'arr': handl_arr.toString()});
chrome.storage.local.set({'sdf_instant': sdf_instant.toString()});
// Unfocus for input issues
document.getElementById('presets').blur();
}
Expand Down

0 comments on commit 438161f

Please sign in to comment.