mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Move activity (writable) bindable to APIAccess so it correctly transfers between users
This commit is contained in:
@ -193,7 +193,7 @@ namespace osu.Game.Screens
|
||||
private void updateActivity()
|
||||
{
|
||||
if (api != null)
|
||||
api.LocalUser.Value.Activity.Value = activity;
|
||||
api.Activity.Value = activity;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user