mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Move API configuration hooks out of OsuGameBase
Also makes username more private, and password completely private.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user