mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
implement 2a3a0c1
for playlists as well
This commit is contained in:
@ -172,17 +172,7 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
if (api.State.Value != APIState.Online)
|
||||
{
|
||||
notifications?.Post(new SimpleNotification
|
||||
{
|
||||
Text = "You gotta be online to view playlists 'yo!",
|
||||
Icon = FontAwesome.Solid.Globe,
|
||||
Activated = () =>
|
||||
{
|
||||
loginOverlay?.Show();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
loginOverlay?.Show();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user