Merge pull request #1854 from Integral-Tech/add-frame-rates

fix: add more options for screen sharing frame rate
test-ci
DeepBlueV7.X 3 weeks ago committed by GitHub
commit 20c9e3d937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      resources/qml/voip/ScreenShare.qml

@ -97,7 +97,7 @@ Popup {
id: frameRateCombo id: frameRateCombo
Layout.fillWidth: true Layout.fillWidth: true
model: ["25", "20", "15", "10", "5", "2", "1"] model: ["120", "90", "60", "50", "48", "30", "25", "20", "15", "10", "5", "2", "1"]
} }
} }

Loading…
Cancel
Save