From 03d5923f92bacd734b42fc3058cacb9da9f75912 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Tue, 17 Mar 2026 16:50:09 +0100 Subject: [PATCH] hide "allow video" setting #LINQT-2446 --- Linphone/view/Page/Layout/Settings/CallSettingsLayout.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Linphone/view/Page/Layout/Settings/CallSettingsLayout.qml b/Linphone/view/Page/Layout/Settings/CallSettingsLayout.qml index afbe6e3a4..53fd6ad2d 100644 --- a/Linphone/view/Page/Layout/Settings/CallSettingsLayout.qml +++ b/Linphone/view/Page/Layout/Settings/CallSettingsLayout.qml @@ -74,6 +74,7 @@ AbstractSettingsLayout { propertyOwner: SettingsCpp } SwitchSetting { + visible: false //: "Autoriser la vidéo" titleText: qsTr("settings_calls_enable_video_title") propertyName: "videoEnabled"