mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 10:27:59 +01:00
Fix option serialization again.
This commit is contained in:
@@ -1362,7 +1362,7 @@ const Options = Module("options", {
|
|||||||
: opt.name + "=" + opt.stringify(opt.value)]
|
: opt.name + "=" + opt.stringify(opt.value)]
|
||||||
}
|
}
|
||||||
for (opt in options)
|
for (opt in options)
|
||||||
if (!opt.getter && opt.isDefault && (opt.scope & Option.SCOPE_GLOBAL))
|
if (!opt.getter && !opt.isDefault && (opt.scope & Option.SCOPE_GLOBAL))
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user