mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
fix(SettingsCallsChat): disable correctly chat notification sound field
This commit is contained in:
parent
62cabb5a9d
commit
96c93d1c20
3 changed files with 3 additions and 2 deletions
|
|
@ -1188,7 +1188,7 @@ Cliquez ici : <a href="%1">%1</a>
|
|||
</message>
|
||||
<message>
|
||||
<source>callRecorderEnabledLabel</source>
|
||||
<translation>Activer l'enregistrement d'appel</translation>
|
||||
<translation>Activer l'enregistrement d'appel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>chatNotificationSoundEnabledLabel</source>
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ TextField {
|
|||
id: mouseArea
|
||||
|
||||
anchors.fill: parent
|
||||
enabled: !textField.readOnly
|
||||
hoverEnabled: true
|
||||
|
||||
onClicked: fileDialog.open()
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ TabContainer {
|
|||
label: qsTr('chatNotificationSoundLabel')
|
||||
|
||||
FileChooserButton {
|
||||
enabled: enableChatNotificationSound.checked
|
||||
readOnly: !enableChatNotificationSound.checked
|
||||
selectedFile: SettingsModel.chatNotificationSoundPath
|
||||
|
||||
onAccepted: SettingsModel.chatNotificationSoundPath = selectedFile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue