mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove missing text where not needed
This commit is contained in:
@ -14,8 +14,8 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
{
|
||||
public class PaginatedRecentActivityContainer : PaginatedContainer<APIRecentActivity>
|
||||
{
|
||||
public PaginatedRecentActivityContainer(Bindable<User> user, string missing)
|
||||
: base(user, missing)
|
||||
public PaginatedRecentActivityContainer(Bindable<User> user)
|
||||
: base(user)
|
||||
{
|
||||
ItemsPerPage = 10;
|
||||
ItemsContainer.Spacing = new Vector2(0, 8);
|
||||
|
Reference in New Issue
Block a user