mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 01:42:54 +08:00
Merge pull request #27595 from Joehuu/rearrange-rankings-overlay-tabs
Rearrange rankings overlay tabs to match web
This commit is contained in:
commit
c575cce10c
@ -52,9 +52,9 @@ namespace osu.Game.Overlays.Rankings
|
|||||||
switch (scope)
|
switch (scope)
|
||||||
{
|
{
|
||||||
case RankingsScope.Performance:
|
case RankingsScope.Performance:
|
||||||
case RankingsScope.Spotlights:
|
|
||||||
case RankingsScope.Score:
|
case RankingsScope.Score:
|
||||||
case RankingsScope.Country:
|
case RankingsScope.Country:
|
||||||
|
case RankingsScope.Spotlights:
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
@ -11,15 +11,15 @@ namespace osu.Game.Overlays.Rankings
|
|||||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypePerformance))]
|
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypePerformance))]
|
||||||
Performance,
|
Performance,
|
||||||
|
|
||||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeCharts))]
|
|
||||||
Spotlights,
|
|
||||||
|
|
||||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeScore))]
|
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeScore))]
|
||||||
Score,
|
Score,
|
||||||
|
|
||||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeCountry))]
|
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeCountry))]
|
||||||
Country,
|
Country,
|
||||||
|
|
||||||
|
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeCharts))]
|
||||||
|
Spotlights,
|
||||||
|
|
||||||
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeKudosu))]
|
[LocalisableDescription(typeof(RankingsStrings), nameof(RankingsStrings.TypeKudosu))]
|
||||||
Kudosu,
|
Kudosu,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user