removed settings entry

This commit is contained in:
Harshal Lele 2020-02-04 18:01:39 +05:30
parent 00f19e6380
commit b88e8e1976
4 changed files with 10 additions and 23 deletions

View file

@ -159,7 +159,6 @@
<string name="show_play_with_kodi_key" translatable="false">show_play_with_kodi</string>
<string name="show_next_video_key" translatable="false">show_next_video</string>
<string name="show_comments_key" translatable="false">show_comments</string>
<string name="copy_comment_long_press" translatable="false">copy_comment_long_press</string>
<string name="stream_info_selected_tab_key" translatable="false">stream_info_selected_tab</string>
<string name="show_hold_to_append_key" translatable="false">show_hold_to_append</string>
<string name="default_language_value">en</string>

View file

@ -76,7 +76,6 @@
<string name="download_thumbnail_title">Load thumbnails</string>
<string name="show_comments_title">Show comments</string>
<string name="show_comments_summary">Disable to stop showing comments</string>
<string name="copy_comment_long_press_title">Copy comment on long press</string>
<string name="download_thumbnail_summary">Turn off to prevent loading thumbnails, saving data and memory usage. Changes clear both in-memory and on-disk image cache.</string>
<string name="thumbnail_cache_wipe_complete_notice">Image cache wiped</string>
<string name="metadata_cache_wipe_title">Wipe cached metadata</string>

View file

@ -65,11 +65,6 @@
android:title="@string/show_comments_title"
android:summary="@string/show_comments_summary"/>
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="false"
android:key="@string/copy_comment_long_press"
android:title="@string/copy_comment_long_press_title"/>
<Preference
app:iconSpaceReserved="false"