mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Change "apply" button to say "create" instead
This commit is contained in:
@ -134,7 +134,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
},
|
||||
},
|
||||
},
|
||||
ApplyButton = new ApplySettingsButton
|
||||
ApplyButton = new CreateRoomButton
|
||||
{
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
@ -276,11 +276,11 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
}
|
||||
}
|
||||
|
||||
private class ApplySettingsButton : TriangleButton
|
||||
private class CreateRoomButton : TriangleButton
|
||||
{
|
||||
public ApplySettingsButton()
|
||||
public CreateRoomButton()
|
||||
{
|
||||
Text = "Apply";
|
||||
Text = "Create";
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user