mirror of
https://github.com/ppy/osu
synced 2025-03-02 01:21:19 +00:00
Show instead of toggle
This commit is contained in:
parent
ff49c4ae98
commit
0ec642d826
@ -154,7 +154,7 @@ namespace osu.Game.Screens.Menu
|
||||
logo.Action += () =>
|
||||
{
|
||||
if (!api.IsLoggedIn && !loginPrompted)
|
||||
login?.ToggleVisibility();
|
||||
login?.Show();
|
||||
|
||||
loginPrompted = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user