Skip to content

Commit

Permalink
Uses auto as default for svg-theme argument
Browse files Browse the repository at this point in the history
  • Loading branch information
alderg committed Dec 16, 2024
1 parent 353a057 commit 3ea0a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ app.whenReady().then(() =>
.option('-z, --zoom <zoom>',
'scales the application interface', parseFloat)
.option('--svg-theme <theme>',
'Theme of the exported SVG image (dark, light [default])', themeRegExp, 'light')
'Theme of the exported SVG image (dark, light, auto [default])', themeRegExp, 'auto')
.option('--svg-links-target <target>',
'Target of links in the exported SVG image (auto [default], new-win, same-win)', linkTargetRegExp, 'auto')
.option('--enable-plugins',
Expand Down

0 comments on commit 3ea0a84

Please sign in to comment.