mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
add autoscroll flag
This commit is contained in:
parent
05e147edbb
commit
d880ff5978
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@
|
|||
"Scroll Switches Active Tab",
|
||||
"Switch to the left/right tab if a scroll wheel event happens over the tabstrip, or the empty space beside the tabstrip.",
|
||||
kOsDesktop, MULTI_VALUE_TYPE(kScrollEventChangesTab)},
|
||||
|
||||
#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
|
||||
{"middle-button-autoscroll",
|
||||
"Middle Button Autoscroll",
|
||||
"Enables autoscrolling when the middle mouse button is pressed.",
|
||||
kOsDesktop, FEATURE_VALUE_TYPE(blink::features::kMiddleButtonClickAutoscroll)},
|
||||
#endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
|
||||
|
||||
{"autoplay-policy",
|
||||
"Disable/Enable AutoPlay",
|
||||
"Allows setting the AutoPlay policy. Use `No User Gesture Required` to enable AutoPlay, and use `Document User Activation Required` to disable AutoPlay "
|
||||
|
|
Loading…
Reference in a new issue