Skip to content

Commit

Permalink
fix: update flags preventing chromium on linux from starting correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Jul 21, 2024
1 parent 3e81d24 commit fa110c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OSnap_Browser/OSnap_Browser_Launcher.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let make ~sw ~env () =
[ executable
; "about:blank"
; "--headless=old"
; "--deterministic-mode"
; "--disable-gpu"
; "--hide-scrollbars"
; "--remote-debugging-port=0"
; "--mute-audio"
Expand Down

0 comments on commit fa110c1

Please sign in to comment.