Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Dec 7, 2024
1 parent c0e81f3 commit b654849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChromiumHtmlToPdfConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ private static void Convert(Options options)
var pageSettings = GetPageSettings(options);

Browser browser;
switch (options.Browser)
switch (options.Browser.ToLowerInvariant())
{
case "edge":
browser = Browser.Edge;
Expand Down

0 comments on commit b654849

Please sign in to comment.