mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
use IsLoggedIn and remove useless clause
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
}
|
||||
|
||||
if (last is IntroScreen && api.State == APIState.Offline)
|
||||
if (!api.IsLoggedIn)
|
||||
login?.ToggleVisibility();
|
||||
|
||||
Beatmap.ValueChanged += beatmap_ValueChanged;
|
||||
|
Reference in New Issue
Block a user