mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 07:43:00 +08:00
Remember login by default
Kinda what is expected from a user's perspective
This commit is contained in:
parent
e431c1240e
commit
a4a433b92a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user