PlayStationSharp icon indicating copy to clipboard operation
PlayStationSharp copied to clipboard

Bug fix and new functionality to the User class

Open TheBoxyBear opened this issue 3 years ago • 0 comments

TestApp used to crash when selecting a background while Account was null. Added a setter to Account to drive the visibility of the background button. I also moved the condition to check is an user is online to a new IsOnline instance property to check the status of a single user. Changed the existing extension method to use this new property.

TheBoxyBear avatar Mar 04 '21 21:03 TheBoxyBear