mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
TODO comment and deleted repeating lines
This commit is contained in:
parent
c7de449713
commit
bba4c46ae3
@ -152,8 +152,6 @@ namespace osu.Game.Configuration
|
||||
Set(OsuConfig.HiddenShowFirstApproach, true);
|
||||
Set(OsuConfig.ComboColourSliderBall, true);
|
||||
Set(OsuConfig.AlternativeChatFont, false);
|
||||
Set(OsuConfig.Password, string.Empty);
|
||||
Set(OsuConfig.Username, string.Empty);
|
||||
Set(OsuConfig.DisplayStarsMaximum, 10.0, 0.0, 10.0);
|
||||
Set(OsuConfig.DisplayStarsMinimum, 0.0, 0.0, 10.0);
|
||||
Set(OsuConfig.AudioDevice, string.Empty);
|
||||
|
@ -31,6 +31,7 @@ namespace osu.Game.Overlays.Options.General
|
||||
private void performLogout()
|
||||
{
|
||||
api.Logout();
|
||||
//TODO: set null strings in username, password, token
|
||||
}
|
||||
|
||||
public void APIStateChanged(APIAccess api, APIState state)
|
||||
|
Loading…
Reference in New Issue
Block a user