mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Open -> Push
This commit is contained in:
@ -86,7 +86,7 @@ namespace osu.Game.Screens.Multi
|
||||
Right = 10,
|
||||
},
|
||||
Text = "Create room",
|
||||
Action = () => loungeSubScreen.Open(new Room
|
||||
Action = () => loungeSubScreen.Push(new Room
|
||||
{
|
||||
Name = { Value = $"{api.LocalUser}'s awesome room" }
|
||||
}),
|
||||
|
Reference in New Issue
Block a user