fix(SettingsCallsChat): do not show file server field if chat is disabled

This commit is contained in:
Ronan Abhamon 2018-07-20 10:54:18 +02:00
parent 0ef749e01e
commit 9771d0bda3

View file

@ -195,6 +195,8 @@ TabContainer {
}
FormLine {
visible: SettingsModel.chatEnabled
FormGroup {
label: qsTr('fileServerLabel')