mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 13:37:58 +01:00
Fix typos from revision b17138943fa6.
This commit is contained in:
@@ -842,7 +842,7 @@ const Options = Module("options", {
|
|||||||
},
|
},
|
||||||
{ promptHighlight: "WarningMsg" });
|
{ promptHighlight: "WarningMsg" });
|
||||||
else if (name == "all")
|
else if (name == "all")
|
||||||
command.commandOutput(prefs.list(onlyNonDefault, ""));
|
commandline.commandOutput(prefs.list(onlyNonDefault, ""));
|
||||||
else if (reset)
|
else if (reset)
|
||||||
prefs.reset(name);
|
prefs.reset(name);
|
||||||
else if (invertBoolean)
|
else if (invertBoolean)
|
||||||
@@ -859,7 +859,7 @@ const Options = Module("options", {
|
|||||||
prefs.set(name, value);
|
prefs.set(name, value);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
command.commandOutput(prefs.list(onlyNonDefault, ""));
|
commandline.commandOutput(prefs.list(onlyNonDefault, name));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user