mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Mini audio player is finished
This commit is contained in:
parent
70bb2a1576
commit
598c56606a
2 changed files with 0 additions and 8 deletions
6
FAQ.md
6
FAQ.md
|
@ -4005,12 +4005,6 @@ The subject of a received message can be edited, also on the email server, via t
|
|||
|
||||
<br />
|
||||
|
||||
*Embedded audio player (1.2052+)*
|
||||
|
||||
Allow enabling a minimal audio player as thumbnail for audio files in the display-settings tab page.
|
||||
|
||||
<br>
|
||||
|
||||
<a name="faq126"></a>
|
||||
**(126) Can message previews be sent to my smartwatch?**
|
||||
|
||||
|
|
|
@ -1683,8 +1683,6 @@ 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));
|
||||
|
|
Loading…
Reference in a new issue