mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Replace SocialOverlay with DashboardOverlay
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
namespace osu.Game.Overlays.Dashboard
|
||||
{
|
||||
public class DashboardOverlayHeader : TabControlOverlayHeader<HomeOverlayTabs>
|
||||
public class DashboardOverlayHeader : TabControlOverlayHeader<DashboardOverlayTabs>
|
||||
{
|
||||
protected override OverlayTitle CreateTitle() => new DashboardTitle();
|
||||
|
||||
@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Dashboard
|
||||
}
|
||||
}
|
||||
|
||||
public enum HomeOverlayTabs
|
||||
public enum DashboardOverlayTabs
|
||||
{
|
||||
Friends
|
||||
}
|
||||
|
Reference in New Issue
Block a user