forked from suyu/suyu
android: Allow up to 400% for the limit speed percent setting
This commit is contained in:
parent
12fba361bd
commit
d3ed771f39
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ abstract class SettingsItem(
|
|||
R.string.frame_limit_slider,
|
||||
R.string.frame_limit_slider_description,
|
||||
1,
|
||||
200,
|
||||
400,
|
||||
"%"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue