mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
WebDriver: Disable scrollbar painting when launching the browser
This commit is contained in:
parent
dd819d1dea
commit
731c2365b6
Notes:
github-actions[bot]
2025-01-15 12:35:00 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/731c2365b62 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2962 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ static Vector<ByteString> create_arguments(ByteString const& socket_path, bool f
|
|||
arguments.append("--allow-popups"sv);
|
||||
arguments.append("--force-new-process"sv);
|
||||
arguments.append("--enable-autoplay"sv);
|
||||
arguments.append("--disable-scrollbar-painting"sv);
|
||||
if (force_cpu_painting)
|
||||
arguments.append("--force-cpu-painting"sv);
|
||||
|
||||
|
|
Loading…
Reference in a new issue