diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-13 16:57:56 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-13 16:57:56 -0700 |
| commit | e9fcf8c3b14e77479a6fb471bb51cd82a008147c (patch) | |
| tree | 372614f30b21fc30dd68b1bb047ca991cb2de9bd /Hotline/Assets.xcassets/Classic/148.imageset/Contents.json | |
| parent | f04aef1044687253fbc56a0db0f3a905540eb03d (diff) | |
Show generic user icon in user list if user's icon can not be found.
Diffstat (limited to 'Hotline/Assets.xcassets/Classic/148.imageset/Contents.json')
| -rw-r--r-- | Hotline/Assets.xcassets/Classic/148.imageset/Contents.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Hotline/Assets.xcassets/Classic/148.imageset/Contents.json b/Hotline/Assets.xcassets/Classic/148.imageset/Contents.json index ac683bd..0260694 100644 --- a/Hotline/Assets.xcassets/Classic/148.imageset/Contents.json +++ b/Hotline/Assets.xcassets/Classic/148.imageset/Contents.json @@ -1,17 +1,17 @@ { "images" : [ { - "filename" : "148.png", + "filename" : "User.png", "idiom" : "universal", "scale" : "1x" }, { - "filename" : "148@2x.png", + "filename" : "User@2x.png", "idiom" : "universal", "scale" : "2x" }, { - "filename" : "148@3x.png", + "filename" : "User@3x.png", "idiom" : "universal", "scale" : "3x" } |