mirror of
https://github.com/osukey/osukey.git
synced 2025-05-10 08:07:18 +09:00
Add missing schedule call
This commit is contained in:
parent
da573c7487
commit
5a00a05a95
@ -58,7 +58,7 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
StateContainer = login;
|
StateContainer = login;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onlineStateChanged(ValueChangedEvent<APIState> state)
|
private void onlineStateChanged(ValueChangedEvent<APIState> state) => Schedule(() =>
|
||||||
{
|
{
|
||||||
switch (state.NewValue)
|
switch (state.NewValue)
|
||||||
{
|
{
|
||||||
@ -72,6 +72,6 @@ namespace osu.Game.Overlays.Toolbar
|
|||||||
avatar.User = api.LocalUser.Value;
|
avatar.User = api.LocalUser.Value;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user