From 22796c1676decbda4f2785f1cb10667ebaf941c7 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sun, 28 Oct 2012 02:08:34 -0400 Subject: Make the numbers used in the filtered link hints configurable. Closes #380. --- background_scripts/settings.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'background_scripts/settings.coffee') diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index aed509e4..fc78d48f 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -23,6 +23,7 @@ root.Settings = Settings = defaults: scrollStepSize: "60" linkHintCharacters: "sadfjklewcmpgh" + linkHintNumbers: "0123456789" filterLinkHints: false hideHud: false userDefinedLinkHintCss: -- cgit v1.2.3