Fix issue with saving account name - make profiledata dataclass
There was missing dataclass annotation for ProfileData class and some of it's members were not saved to file, since only the one directly set to a specific instance of ProfileData were saved.
Loading
Please sign in to comment