mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 07:44:13 +01:00
Fixed Added Quickmarks annoyance, and changed verbose to 1 by default
This commit is contained in:
@@ -171,7 +171,7 @@ const liberator = (function () //{{{
|
||||
|
||||
options.add(["verbose", "vbs"],
|
||||
"Define which info messages are displayed",
|
||||
"number", 0,
|
||||
"number", 1,
|
||||
{ validator: function (value) value >= 0 && value <= 15 });
|
||||
|
||||
options.add(["visualbell", "vb"],
|
||||
|
||||
Reference in New Issue
Block a user