Skip to content

Commit

Permalink
Change default for "automatically download beatmaps" to enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Aug 7, 2024
1 parent 05e4717 commit f886178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Configuration/OsuConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected override void InitialiseDefaults()
SetDefault(OsuSetting.Username, string.Empty);
SetDefault(OsuSetting.Token, string.Empty);

SetDefault(OsuSetting.AutomaticallyDownloadMissingBeatmaps, false);
SetDefault(OsuSetting.AutomaticallyDownloadMissingBeatmaps, true);

SetDefault(OsuSetting.SavePassword, true).ValueChanged += enabled =>
{
Expand Down

0 comments on commit f886178

Please sign in to comment.