Show Stereoscopy Mode setting value as description

This commit is contained in:
Ryan Meredith 2019-02-19 12:14:02 -05:00
parent 92366fffaf
commit 630de81309
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ public final class SettingsFragmentPresenter
Setting swapEyes = stereoScopySection.getSetting(SettingsFile.KEY_STEREO_SWAP);
sl.add(new SingleChoiceSetting(SettingsFile.KEY_STEREO_MODE, Settings.SECTION_STEREOSCOPY,
R.string.stereoscopy_mode, R.string.stereoscopy_mode_description,
R.string.stereoscopy_mode, 0,
R.array.stereoscopyEntries, R.array.stereoscopyValues, 0, stereoModeValue));
sl.add(new SliderSetting(SettingsFile.KEY_STEREO_DEPTH, Settings.SECTION_STEREOSCOPY,
R.string.stereoscopy_depth, R.string.stereoscopy_depth_description, 100, "%", 20,