mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(SettingsCallsChat): do not show file server field if chat is disabled
This commit is contained in:
parent
0ef749e01e
commit
9771d0bda3
1 changed files with 2 additions and 0 deletions
|
|
@ -195,6 +195,8 @@ TabContainer {
|
|||
}
|
||||
|
||||
FormLine {
|
||||
visible: SettingsModel.chatEnabled
|
||||
|
||||
FormGroup {
|
||||
label: qsTr('fileServerLabel')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue