diff --git a/src/js/profile/application_settings.js b/src/js/profile/application_settings.js index 87c2c244..17563ab9 100644 --- a/src/js/profile/application_settings.js +++ b/src/js/profile/application_settings.js @@ -165,7 +165,7 @@ export const allApplicationSettings = [ }), new EnumSetting("refreshRate", { - options: ["60", "100", "144", "165"], + options: ["60", "100", "144", "165", "250", "500"], valueGetter: rate => rate, textGetter: rate => rate + " Hz", category: categoryGame,