mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Show "locally modified" pill when local modifications have been made
This commit is contained in:
@ -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))]
|
||||
|
Reference in New Issue
Block a user