Show "locally modified" pill when local modifications have been made

This commit is contained in:
Dean Herbert
2022-08-01 23:57:46 +09:00
parent 01cc9bd7ef
commit 0fcae08d38
5 changed files with 23 additions and 9 deletions

View File

@ -3,6 +3,7 @@
#nullable disable
using System.ComponentModel;
using osu.Framework.Localisation;
using osu.Game.Resources.Localisation.Web;
@ -10,6 +11,9 @@ namespace osu.Game.Beatmaps
{
public enum BeatmapOnlineStatus
{
[Description("Local")]
LocallyModified = -4,
None = -3,
[LocalisableDescription(typeof(BeatmapsetsStrings), nameof(BeatmapsetsStrings.ShowStatusGraveyard))]