1
0
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:
Martin Stubenschrott
2008-12-08 15:47:38 +01:00
parent 6f8e39e84e
commit 9fe3e53ce0
4 changed files with 4 additions and 3 deletions

View File

@@ -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"],