1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 23:42:55 +08:00

Remove tabs

This commit is contained in:
DrabWeb 2017-05-24 02:38:55 -03:00
parent 4490596f5f
commit e59c1879a2
2 changed files with 21 additions and 21 deletions

View File

@ -7,17 +7,17 @@ namespace osu.Game.Database
{ {
public enum RankStatus public enum RankStatus
{ {
Any = 7, Any = 7,
[Description("Ranked & Approved")] [Description("Ranked & Approved")]
RankedApproved = 0, RankedApproved = 0,
Approved = 1, Approved = 1,
Loved = 8, Loved = 8,
Favourites = 2, Favourites = 2,
[Description("Mod Requests")] [Description("Mod Requests")]
ModRequests = 3, ModRequests = 3,
Pending = 4, Pending = 4,
Graveyard = 5, Graveyard = 5,
[Description("My Maps")] [Description("My Maps")]
MyMaps = 6, MyMaps = 6,
} }
} }

View File

@ -209,16 +209,16 @@ namespace osu.Game.Overlays
public class ResultCounts public class ResultCounts
{ {
public readonly int Artists; public readonly int Artists;
public readonly int Songs; public readonly int Songs;
public readonly int Tags; public readonly int Tags;
public ResultCounts(int artists, int songs, int tags) public ResultCounts(int artists, int songs, int tags)
{ {
Artists = artists; Artists = artists;
Songs = songs; Songs = songs;
Tags = tags; Tags = tags;
} }
} }
public enum PanelDisplayStyle public enum PanelDisplayStyle