Merge pull request #7392 from amwatson/patch-1

[SettingsFragmentPresenter.kt] correct RESOLUTION_FACTOR key/default
This commit is contained in:
Charles Lombardo 2024-01-26 22:43:04 -05:00 committed by GitHub
commit 265e8193b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -687,8 +687,8 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
1,
10,
"x",
IntSetting.GRAPHICS_API.key,
IntSetting.GRAPHICS_API.defaultValue.toFloat()
IntSetting.RESOLUTION_FACTOR.key,
IntSetting.RESOLUTION_FACTOR.defaultValue.toFloat()
)
)
add(