From 0985a36793bd70f08a922a43e5b20bc001756b95 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sat, 13 Jun 2020 11:13:28 +0200 Subject: [PATCH] Allow higher tickrates --- src/js/profile/application_settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,