mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
fix(SettingsVideo): hide fps field when video mode is not custom
This commit is contained in:
parent
8f0eafd48d
commit
9853b6939e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,11 +92,11 @@ TabContainer {
|
|||
|
||||
FormGroup {
|
||||
label: qsTr('videoFramerateLabel')
|
||||
visible: SettingsModel.videoPreset === 'custom'
|
||||
|
||||
NumericField {
|
||||
maxValue: 60
|
||||
minValue: 1
|
||||
readOnly: SettingsModel.videoPreset !== 'custom'
|
||||
text: SettingsModel.videoFramerate
|
||||
|
||||
onEditingFinished: SettingsModel.videoFramerate = text
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue