Audio player is an experiment

This commit is contained in:
M66B
2024-01-23 09:12:08 +01:00
parent 1089513888
commit 3dce7d2533
2 changed files with 8 additions and 0 deletions

View File

@@ -1683,6 +1683,8 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
swPdfPreview.setEnabled(swThumbnails.isChecked());
swAudioPreview.setChecked(prefs.getBoolean("audio_preview", false));
swAudioPreview.setEnabled(swThumbnails.isChecked());
swAudioPreview.setVisibility(prefs.getBoolean("experiments", false)
? View.VISIBLE : View.GONE);
swListCount.setChecked(prefs.getBoolean("list_count", false));
swBundledFonts.setChecked(prefs.getBoolean("bundled_fonts", true));