From 3ea0a84cd19d58f0d7d59d363e612b60e6553dc2 Mon Sep 17 00:00:00 2001 From: Gaudenz Alder Date: Mon, 16 Dec 2024 14:13:07 +0100 Subject: [PATCH] Uses auto as default for svg-theme argument --- src/main/electron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/electron.js b/src/main/electron.js index 547494bf0..ebe16df9a 100644 --- a/src/main/electron.js +++ b/src/main/electron.js @@ -456,7 +456,7 @@ app.whenReady().then(() => .option('-z, --zoom ', 'scales the application interface', parseFloat) .option('--svg-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 of links in the exported SVG image (auto [default], new-win, same-win)', linkTargetRegExp, 'auto') .option('--enable-plugins',