mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 08:18:00 +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)]
|
||||
}
|
||||
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