Commit 9853b693 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(SettingsVideo): hide fps field when video mode is not custom

parent 8f0eafd4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment