Increase Limit ( FSR Sharp , AUDIO ) Android

Increase Limit FSR Sharp 
( 0 - 200 )
Increase Limit Audio ( 0-120 )
pull/62/head
XForYouX 2024-03-25 12:50:04 +07:00
parent 9b3fa0d3da
commit 1f2bbfdf6d
1 changed files with 4 additions and 0 deletions

@ -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 = "%"
)
)