Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRetrieve dblclick settings from system rather than prefs.json #13246
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 'double click timeout' and 'double click distance threshold' are currently set manually in
prefs.json. These should be loaded from the system, if available.https://github.com/servo/servo/blob/master/components/script/dom/document.rs#L796-L798