disable custom picture
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
14242a7877
commit
33abdf559a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue