mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Increase time before jump added
This commit is contained in:
parent
30c8c82214
commit
f37bf91b21
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ const DEFAULTS = o({
|
|||
theme: "default", // currently available: "default", "dark"
|
||||
modeindicator: "true",
|
||||
|
||||
jumpdelay: 1000, // Delay before registering a scroll in the jumplist
|
||||
jumpdelay: 3000, // Milliseconds before registering a scroll in the jumplist
|
||||
|
||||
// Default logging levels - 2 === WARNING
|
||||
logging: o({
|
||||
|
|
Loading…
Add table
Reference in a new issue