mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Use System mod type for NoMod
This commit is contained in:
parent
0d43f4e4f9
commit
e7118a9272
@ -165,7 +165,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
|
||||
public override IconUsage Icon => FontAwesome.Solid.Ban;
|
||||
|
||||
public override ModType Type => ModType.Custom;
|
||||
public override ModType Type => ModType.System;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,7 +10,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
Conversion,
|
||||
Automation,
|
||||
Fun,
|
||||
System,
|
||||
Custom
|
||||
System
|
||||
}
|
||||
}
|
||||
|
@ -101,7 +101,7 @@ namespace osu.Game.Rulesets.UI
|
||||
highlightedColour = colours.PinkLight;
|
||||
break;
|
||||
|
||||
case ModType.Custom:
|
||||
case ModType.System:
|
||||
backgroundColour = colours.Gray6;
|
||||
highlightedColour = colours.Gray7;
|
||||
modIcon.Colour = colours.Yellow;
|
||||
|
Loading…
Reference in New Issue
Block a user