1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 13:33:03 +08:00

Merge pull request #27587 from peppy/remember-login

Remember login by default
This commit is contained in:
Bartłomiej Dach 2024-03-12 14:27:23 +01:00 committed by GitHub
commit 5a46808e9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ namespace osu.Game.Configuration
#pragma warning restore CS0618 // Type or member is obsolete
SetDefault(OsuSetting.AutomaticallyDownloadMissingBeatmaps, false);
SetDefault(OsuSetting.SavePassword, false).ValueChanged += enabled =>
SetDefault(OsuSetting.SavePassword, true).ValueChanged += enabled =>
{
if (enabled.NewValue)
SetValue(OsuSetting.SaveUsername, true);