From 5fa3332266501d1262860b0ea75a8ea0bc31604e Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Sat, 23 Sep 2023 01:29:04 +0200 Subject: [PATCH] don't ask if --bonus set --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index c209c07..b499a18 100644 --- a/src/main.rs +++ b/src/main.rs @@ -373,6 +373,7 @@ fn main() { if arg_bool(&args, "--bonus") { cfg.download_bonus_content = true; + cfg.ask_bonus_content = false; arg_remove(&mut args, "--bonus"); }