download bonus content by default, add --skip-bonus

This commit is contained in:
2024-09-20 00:50:11 +02:00
parent 63773caee7
commit a5508e9cfa
3 changed files with 10 additions and 3 deletions

View File

@@ -53,8 +53,8 @@ impl Default for Config {
Self {
update_only: false,
skip_self_update: false,
download_bonus_content: false,
ask_bonus_content: true,
download_bonus_content: true,
ask_bonus_content: false,
force_update: false,
args: String::default(),
engine: String::default(),