Skip to content

Commit

Permalink
Fix old headless mode not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Oct 16, 2023
1 parent 498104e commit a4a8664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ChromiumHtmlToPdfLib/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ public void ResetChromiumArguments()
else
AddChromiumArgument("--headless", "new");

AddChromiumArgument("--headless", "new");
AddChromiumArgument("--disable-gpu");
AddChromiumArgument("--hide-scrollbars");
AddChromiumArgument("--mute-audio");
Expand Down

0 comments on commit a4a8664

Please sign in to comment.