mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Change default for "automatically download beatmaps" to enabled
This commit is contained in:
parent
dccf766ff3
commit
227878b67a
@ -67,7 +67,7 @@ namespace osu.Game.Configuration
|
||||
SetDefault(OsuSetting.Username, string.Empty);
|
||||
SetDefault(OsuSetting.Token, string.Empty);
|
||||
|
||||
SetDefault(OsuSetting.AutomaticallyDownloadMissingBeatmaps, false);
|
||||
SetDefault(OsuSetting.AutomaticallyDownloadMissingBeatmaps, true);
|
||||
|
||||
SetDefault(OsuSetting.SavePassword, true).ValueChanged += enabled =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user