mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +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.HiddenShowFirstApproach, true);
|
||||||
Set(OsuConfig.ComboColourSliderBall, true);
|
Set(OsuConfig.ComboColourSliderBall, true);
|
||||||
Set(OsuConfig.AlternativeChatFont, false);
|
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.DisplayStarsMaximum, 10.0, 0.0, 10.0);
|
||||||
Set(OsuConfig.DisplayStarsMinimum, 0.0, 0.0, 10.0);
|
Set(OsuConfig.DisplayStarsMinimum, 0.0, 0.0, 10.0);
|
||||||
Set(OsuConfig.AudioDevice, string.Empty);
|
Set(OsuConfig.AudioDevice, string.Empty);
|
||||||
|
@ -31,6 +31,7 @@ namespace osu.Game.Overlays.Options.General
|
|||||||
private void performLogout()
|
private void performLogout()
|
||||||
{
|
{
|
||||||
api.Logout();
|
api.Logout();
|
||||||
|
//TODO: set null strings in username, password, token
|
||||||
}
|
}
|
||||||
|
|
||||||
public void APIStateChanged(APIAccess api, APIState state)
|
public void APIStateChanged(APIAccess api, APIState state)
|
||||||
|
Loading…
Reference in New Issue
Block a user