mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Firefox: saved prefs were overwritten by defaults
This commit is contained in:
parent
16a7bcb3d8
commit
1bb074211c
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ vAPI.storage = {
|
||||||
|
|
||||||
if (defaults) {
|
if (defaults) {
|
||||||
for (key in details) {
|
for (key in details) {
|
||||||
if (!result[key]) {
|
if (result[key] === undefined) {
|
||||||
result[key] = details[key];
|
result[key] = details[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue