From 17f6c0a5c113f5b37ef659033299e9333d81af11 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 18 Apr 2018 10:47:12 +0200 Subject: [PATCH] feat(Settings): hide all chat options when not activated --- ui/views/App/Settings/SettingsCallsChat.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/views/App/Settings/SettingsCallsChat.qml b/ui/views/App/Settings/SettingsCallsChat.qml index 4916b9004..29d036a9d 100644 --- a/ui/views/App/Settings/SettingsCallsChat.qml +++ b/ui/views/App/Settings/SettingsCallsChat.qml @@ -118,6 +118,7 @@ TabContainer { Form { title: qsTr('chatTitle') + visible: SettingsModel.chatEnabled || SettingsModel.developerSettingsEnabled width: parent.width FormLine {