Move API configuration hooks out of OsuGameBase

Also makes username more private, and password completely private.
This commit is contained in:
Dean Herbert
2018-03-14 09:48:03 +09:00
parent 586ac9c3f1
commit afc3646450
3 changed files with 26 additions and 31 deletions

View File

@ -210,7 +210,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
{
PlaceholderText = "Email address",
RelativeSizeAxes = Axes.X,
Text = api?.Username ?? string.Empty,
Text = api?.ProvidedUsername ?? string.Empty,
TabbableContentContainer = this
},
password = new OsuPasswordTextBox