diff --git a/resources/qml/voip/ScreenShare.qml b/resources/qml/voip/ScreenShare.qml index 3c3b43ce..115a8d32 100644 --- a/resources/qml/voip/ScreenShare.qml +++ b/resources/qml/voip/ScreenShare.qml @@ -97,7 +97,7 @@ Popup { id: frameRateCombo 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"] } }