🙅🏻 Add warning and disable option if no profile pic added

Remove warning from list screen

Signed-off-by: Shivek Khurana <shivek@status.im>
This commit is contained in:
Shivek Khurana 2021-10-27 15:22:24 +05:30
parent c6f041f0c5
commit b1daf12486
No known key found for this signature in database
GPG Key ID: 9BEB56E6E62968C7
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
webview-allow-permission-requests?
opensea-enabled?
profile-pictures-visibility]} [:multiaccount]
has-picture [:profile/has-picture]
supported-biometric-auth [:supported-biometric-auth]
keycard? [:keycard-multiaccount?]
auth-method [:auth-method]
@ -135,6 +136,7 @@
[quo/list-item
{:size :small
:title (i18n/label :t/show-profile-pictures-to)
:disabled (not has-picture)
:accessibility-label :show-profile-pictures-to
:accessory :text
:accessory-text (get titles profile-pictures-show-to)