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

@ -121,7 +121,8 @@ namespace osu.Game.Beatmaps
OnlineID = -1;
LastOnlineUpdate = null;
OnlineMD5Hash = string.Empty;
Status = BeatmapOnlineStatus.None;
if (Status != BeatmapOnlineStatus.LocallyModified)
Status = BeatmapOnlineStatus.None;
}
#region Properties we may not want persisted (but also maybe no harm?)