mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Cleanup.
This commit is contained in:
@ -20,6 +20,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
get { return status; }
|
||||
set
|
||||
{
|
||||
if (value == status) return;
|
||||
status = value;
|
||||
|
||||
statusText.Text = Enum.GetName(typeof(BeatmapSetOnlineStatus), Status)?.ToUpper();
|
||||
|
Reference in New Issue
Block a user