diff --git a/scripts/system/settings/settings.qml b/scripts/system/settings/settings.qml index 2a3fc320c9..19898055f9 100644 --- a/scripts/system/settings/settings.qml +++ b/scripts/system/settings/settings.qml @@ -144,12 +144,8 @@ Rectangle { // FPS SettingComboBox { settingText: "Refresh rate"; - optionIndex: Performance.getPerformancePreset() - 1; options: ["Economical", "Interactive", "Real-Time", "Custom"]; - - Component.onCompleted: { - optionIndex = Performance.getRefreshRateProfile() - } + optionIndex: Performance.getRefreshRateProfile(); onValueChanged: { Performance.setRefreshRateProfile(index);