mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-06 05:49:49 +02:00
New option: Settings->Video->Easier to Watch in Full Screen.
This commit is contained in:
@@ -641,6 +641,7 @@
|
||||
<string name="settings_post_feed_max_resolution_warning_title">Increase the value to show previews in higher resolution, but the app may crash unexpectedly.</string>
|
||||
<string name="settings_post_feed_max_resolution_title">Post Feed Preview Max Resolution (Width * Height)</string>
|
||||
<string name="settings_reddit_video_default_resolution">Reddit Video Default Resolution</string>
|
||||
<string name="settings_easier_to_watch_in_full_screen_title">Easier to Watch in Full Screen</string>
|
||||
|
||||
<string name="no_link_available">Cannot get the link</string>
|
||||
|
||||
|
@@ -77,6 +77,11 @@
|
||||
app:key="autoplay_nsfw_videos"
|
||||
app:title="@string/settings_autoplay_nsfw_videos_title" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="easier_to_watch_in_full_screen"
|
||||
app:title="@string/settings_easier_to_watch_in_full_screen_title" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontSeekBarPreference
|
||||
app:defaultValue="75"
|
||||
android:max="100"
|
||||
|
Reference in New Issue
Block a user