mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Disallow being able to add dummy beatmap
This commit is contained in:
@ -347,6 +347,8 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
Debug.Assert(collectionBeatmaps != null);
|
||||
|
||||
addOrRemoveButton.Enabled.Value = !beatmap.IsDefault;
|
||||
|
||||
if (collectionBeatmaps.Contains(beatmap.Value.BeatmapInfo))
|
||||
{
|
||||
addOrRemoveButton.Icon = FontAwesome.Solid.MinusSquare;
|
||||
|
Reference in New Issue
Block a user