Increase Limit ( FSR Sharp , AUDIO ) Android
codespell / Check for spelling errors (pull_request) Successful in 12s Details
suyu-ci / Check REUSE Specification (pull_request) Successful in 9s Details
codespell / Check for spelling errors (push) Successful in 11s Details
suyu-ci / Check REUSE Specification (push) Successful in 12s Details

Increase Limit FSR Sharp 
( 0 - 200 )
Increase Limit Audio ( 0-120 )
This commit is contained in:
XForYouX 2024-03-25 12:50:04 +01:00
parent 9b3fa0d3da
commit 1f2bbfdf6d
1 changed files with 4 additions and 0 deletions

View File

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