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:
parent
b9ce9a4589
commit
92ee3806bd
2 changed files with 2 additions and 2 deletions
|
@ -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 (%)")
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ ColumnLayout {
|
|||
|
||||
checked: AVModel.getRecordPreview()
|
||||
|
||||
labelText: JamiStrings.recordCall
|
||||
labelText: JamiStrings.includeLocalVideo
|
||||
fontPointSize: JamiTheme.settingsFontSize
|
||||
|
||||
onSwitchToggled: AVModel.setRecordPreview(checked)
|
||||
|
|
Loading…
Add table
Reference in a new issue