diff --git a/app/gui/SettingsView.qml b/app/gui/SettingsView.qml index 61adcdfa..48957801 100644 --- a/app/gui/SettingsView.qml +++ b/app/gui/SettingsView.qml @@ -478,7 +478,7 @@ Flickable { maximumLength: 4 inputMethodHints: Qt.ImhDigitsOnly placeholderText: fpsListModel.get(fpsComboBox.currentIndex).video_fps - validator: IntValidator{bottom:1; top:9999} + validator: IntValidator{bottom:10; top:9999} focus: true onTextChanged: {