mirror of
https://github.com/alterware/alterware-launcher.git
synced 2026-03-03 17:03:03 +00:00
download bonus content by default, add --skip-bonus
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user