From fc75c64d9fe519e2788e6e932011478a6c859594 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 23 May 2022 06:13:00 +0200 Subject: Flip usage of theme selector showing functionality added in last commit This is so it doesn't break current configurations. Let's not surprise the users. --- src/args.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/args.rs') diff --git a/src/args.rs b/src/args.rs index 3ddfe8b..f02efa1 100644 --- a/src/args.rs +++ b/src/args.rs @@ -83,10 +83,6 @@ pub struct CliArgs { #[clap(short = 'H', long = "hidden")] pub hidden: bool, - /// Show theme selector in frontend - #[clap(long = "change-theme")] - pub change_theme: bool, - /// Default color scheme #[clap( short = 'c', @@ -172,6 +168,10 @@ pub struct CliArgs { #[clap(short = 'F', long = "hide-version-footer")] pub hide_version_footer: bool, + /// Hide theme selector + #[clap(long = "hide-theme-selector")] + pub hide_theme_selector: bool, + /// If enabled, display a wget command to recursively download the current directory #[clap(short = 'W', long = "show-wget-footer")] pub show_wget_footer: bool, -- cgit v1.2.3