Make UserPanel show current user activity when

user status is online.
This commit is contained in:
Lucas A
2019-05-05 20:51:55 +02:00
parent fa986bb5e9
commit 88b8afbb6a
4 changed files with 21 additions and 6 deletions

View File

@ -152,6 +152,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
};
panel.Status.BindTo(api.LocalUser.Value.Status);
panel.Activity.BindTo(api.LocalUser.Value.Activity);
dropdown.Current.ValueChanged += action =>
{