mirror of
https://github.com/He4eT/browser-milje-2077.git
synced 2026-05-04 17:07:24 +00:00
milje.js: better shadow
This commit is contained in:
parent
5a8128c25f
commit
a2f97fbbe3
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ export const fields = [
|
|||
|
||||
export function getParamsFromStorage () {
|
||||
return browser.storage.local.get(['params'])
|
||||
.then(({params}) => params)
|
||||
.then(({params}) => params ?? {})
|
||||
}
|
||||
|
||||
export function setParamsToStorage (params) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue