1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

recording settings: fix label

Change-Id: I1ede809e160cc7c58f098a6829bfe47a63e51770
This commit is contained in:
Sébastien Blin 2023-03-03 16:43:50 -05:00
parent b9ce9a4589
commit 92ee3806bd
2 changed files with 2 additions and 2 deletions

View file

@ -492,7 +492,7 @@ Item {
property string runStartup: qsTr("Launch at startup")
property string downloadFolder: qsTr("Download directory")
property string tipChooseDownloadFolder: qsTr("Choose download directory")
property string recordCall: qsTr("Record call")
property string includeLocalVideo: qsTr("Include local video in recording")
property string textZoom: qsTr("Text zoom")
property string changeTextSize: qsTr("Change text size (%)")

View file

@ -114,7 +114,7 @@ ColumnLayout {
checked: AVModel.getRecordPreview()
labelText: JamiStrings.recordCall
labelText: JamiStrings.includeLocalVideo
fontPointSize: JamiTheme.settingsFontSize
onSwitchToggled: AVModel.setRecordPreview(checked)