Skip to content
Snippets Groups Projects
Commit 1f2bbfdf authored by XForYouX's avatar XForYouX
Browse files

Increase Limit ( FSR Sharp , AUDIO ) Android

Increase Limit FSR Sharp 
( 0 - 200 )
Increase Limit Audio ( 0-120 )
parent 9b3fa0d3
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,8 @@ abstract class SettingsItem(
IntSetting.FSR_SHARPENING_SLIDER,
titleId = R.string.fsr_sharpness,
descriptionId = R.string.fsr_sharpness_description,
min = 0,
max = 200,
units = "%"
)
)
......@@ -327,6 +329,8 @@ abstract class SettingsItem(
ByteSetting.AUDIO_VOLUME,
titleId = R.string.audio_volume,
descriptionId = R.string.audio_volume_description,
min = 0,
max = 120,
units = "%"
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment