diff --git a/ui/app/AppLayouts/Profile/views/PrivacyView.qml b/ui/app/AppLayouts/Profile/views/PrivacyView.qml index b74fee1f37..d3c57226a5 100644 --- a/ui/app/AppLayouts/Profile/views/PrivacyView.qml +++ b/ui/app/AppLayouts/Profile/views/PrivacyView.qml @@ -187,7 +187,7 @@ Item { } ] sensor.onClicked: { - switch2.checked = appSettings.onlyShowContactsProfilePics = !switch2.checked + switch2.checked = appSettings.displayChatImages = !switch2.checked } }