mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Show instead of toggle
This commit is contained in:
@ -154,7 +154,7 @@ namespace osu.Game.Screens.Menu
|
||||
logo.Action += () =>
|
||||
{
|
||||
if (!api.IsLoggedIn && !loginPrompted)
|
||||
login?.ToggleVisibility();
|
||||
login?.Show();
|
||||
|
||||
loginPrompted = true;
|
||||
|
||||
|
Reference in New Issue
Block a user