disable custom picture

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2020-01-23 16:25:12 +01:00
parent 14242a7877
commit 33abdf559a
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@
(defn- header [{:keys [photo-path] :as account} photo-added?]
[profile.components/profile-header
{:contact account
:allow-icon-change? true
;;set to true if we want to re-enable custom icon
:allow-icon-change? false
:include-remove-action? photo-added?}])
(defn- header-in-toolbar [account]