Skip to content

Commit

Permalink
update: change default value for backgrounds_updates to false
Browse files Browse the repository at this point in the history
As discussed on Discord, it's probably what most people want
  • Loading branch information
brliron committed Jun 26, 2023
1 parent 3eca111 commit 5421869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thcrap_update/src/loader_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ BOOL loader_update_with_UI(const char *exe_fn, char *args)
state.state = STATE_SELF;

state.update_at_exit = globalconfig_get_boolean("update_at_exit", false);
state.background_updates = globalconfig_get_boolean("background_updates", true);
state.background_updates = globalconfig_get_boolean("background_updates", false);
state.time_between_updates = (int)globalconfig_get_integer("time_between_updates", 5);
state.update_others = globalconfig_get_boolean("update_others", true);

Expand Down

0 comments on commit 5421869

Please # to comment.