Refactor to replace existing panels

This commit is contained in:
Andrei Zavatski
2020-03-04 14:58:15 +03:00
parent f8f13a2f28
commit 6631b07442
15 changed files with 175 additions and 560 deletions

View File

@ -143,7 +143,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
},
},
},
panel = new UserPanel(api.LocalUser.Value)
panel = new UserGridPanel(api.LocalUser.Value)
{
RelativeSizeAxes = Axes.X,
Action = RequestHide