Add edit button to DrawableRoomPlaylistItem

This commit is contained in:
Dan Balasescu
2021-12-10 01:08:54 +09:00
parent 4d1c06c061
commit 048a495115
3 changed files with 65 additions and 1 deletions

View File

@ -255,6 +255,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
p.AllowDeletion = true;
p.AllowShowingResults = true;
p.AllowEditing = true;
});
}