mirror of https://github.com/gorhill/uBlock.git
Firefox: saved prefs were overwritten by defaults
This commit is contained in:
parent
16a7bcb3d8
commit
1bb074211c
|
@ -175,7 +175,7 @@ vAPI.storage = {
|
|||
|
||||
if (defaults) {
|
||||
for (key in details) {
|
||||
if (!result[key]) {
|
||||
if (result[key] === undefined) {
|
||||
result[key] = details[key];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue