diff options
Diffstat (limited to 'main_background.js')
-rw-r--r-- | main_background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main_background.js b/main_background.js index 9f8b0d6..0ea6ac2 100644 --- a/main_background.js +++ b/main_background.js @@ -301,7 +301,7 @@ async function connected(p) { }); // Send a message back with the relevant settings - p.postMessage(await browser.storage.local.get(['prefs_subject', 'prefs_body'])); + p.postMessage(await browser.storage.local.get(['pref_subject', 'pref_body'])); return; } p.onMessage.addListener(async function(m) { |