diff --git a/js/prefs.js b/js/prefs.js index 889d5825..5703e370 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -240,7 +240,7 @@ var prefs = (() => { function syncPrefs() { // FIXME: we always set the entire object? Ideally, this should only use `changes`. - chrome.sync.set('settings', values); + chrome.storage.sync.set({settings: values}); } function equal(a, b) {