mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 10:15:45 +01:00
Better list option parsing and serialization.
This commit is contained in:
@@ -211,7 +211,7 @@ const RangeFinder = Module("rangefinder", {
|
||||
|
||||
options.add(["hlsearch", "hls"],
|
||||
"Highlight previous search pattern matches",
|
||||
"boolean", "false", {
|
||||
"boolean", false, {
|
||||
setter: function (value) {
|
||||
try {
|
||||
if (value)
|
||||
|
||||
Reference in New Issue
Block a user