mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-01 11:39:26 +00:00
fix(SettingsUi): disable delete avatars button when contacts are disabled
This commit is contained in:
parent
9464240b2b
commit
0ef749e01e
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue