mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
show img menu
opt img placeholder opt player gesture opt pref tweaks Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -14,4 +14,10 @@ class UserInfo {
|
||||
uname: json['uname'],
|
||||
nameColor: json['name_color'] ?? '#666666',
|
||||
);
|
||||
|
||||
Map<String, dynamic> toJson() => <String, dynamic>{
|
||||
'face': face,
|
||||
'uname': uname,
|
||||
'name_color': nameColor,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user