Auto-deploy: 2026-05-18 02:02:00
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
// ─── Utility: get stored settings ────────────────────────────────────────
|
// ─── Utility: get stored settings ────────────────────────────────────────
|
||||||
function getSettings() {
|
function getSettings() {
|
||||||
return new Promise(resolve =>
|
return new Promise(resolve =>
|
||||||
chrome.storage.local.get(['apiKey', 'language'], resolve)
|
chrome.storage.sync.get(['apiKey', 'language'], resolve)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user