mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 23:25:47 +01:00
Dequote preference names in :set!
This commit is contained in:
@@ -1101,6 +1101,7 @@ var Options = Module("options", {
|
||||
invertBoolean = (postfix == "!");
|
||||
}
|
||||
|
||||
name = Option.dequote(name);
|
||||
if (name == "all" && reset)
|
||||
modules.commandline.input(_("pref.prompt.resetAll", config.host) + " ",
|
||||
function (resp) {
|
||||
|
||||
Reference in New Issue
Block a user