1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-23 12:36:34 -05:00

android: Allow up to 400% for the limit speed percent setting

This commit is contained in:
t895
2023-11-19 15:36:25 -05:00
parent 12fba361bd
commit d3ed771f39

View File

@@ -73,7 +73,7 @@ abstract class SettingsItem(
R.string.frame_limit_slider,
R.string.frame_limit_slider_description,
1,
200,
400,
"%"
)
)