Skip to content

Commit

Permalink
don't ask if --bonus set
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Sep 22, 2023
1 parent 66b7187 commit 5fa3332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit 5fa3332

Please sign in to comment.