mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add an option to disable autoplaying nsfw videos. Support imgur gifv videos.
This commit is contained in:
@@ -28,13 +28,9 @@
|
||||
app:key="open_link_in_app"
|
||||
app:title="@string/settings_open_link_in_app_title" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="0"
|
||||
android:entries="@array/settings_video_autoplay"
|
||||
app:entryValues="@array/settings_video_autoplay_values"
|
||||
app:key="video_autoplay"
|
||||
<Preference
|
||||
app:title="@string/settings_video_autoplay_title"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
app:fragment="ml.docilealligator.infinityforreddit.Settings.AutoplayPreferenceFragment" />
|
||||
|
||||
<SwitchPreference
|
||||
app:defaultValue="false"
|
||||
|
Reference in New Issue
Block a user