1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 09:42:54 +08:00

Hide restore button for Seeding dropdown

This commit is contained in:
CloneWith 2024-09-28 23:43:37 +08:00
parent a2ce4803f7
commit 6dffa948d4
No known key found for this signature in database
GPG Key ID: F4FC0D1E91D7FFD5

View File

@ -63,6 +63,7 @@ namespace osu.Game.Tournament.Screens.TeamIntro
{
LabelText = "Show specific team",
Current = currentTeam,
ShowsDefaultIndicator = false,
}
}
}