diff --git a/ui/views/App/Settings/SettingsUi.qml b/ui/views/App/Settings/SettingsUi.qml index 34a680d14..e8e168bdd 100644 --- a/ui/views/App/Settings/SettingsUi.qml +++ b/ui/views/App/Settings/SettingsUi.qml @@ -105,8 +105,6 @@ TabContainer { } } } - - FormEmptyLine {} } // ------------------------------------------------------------------------- @@ -115,12 +113,14 @@ TabContainer { Form { title: qsTr('dataTitle') + visible: SettingsModel.contactsEnabled width: parent.width } TextButtonB { anchors.right: parent.right text: qsTr('cleanAvatars') + visible: SettingsModel.contactsEnabled onClicked: Logic.cleanAvatars() }