add option: always show all sensitive content without warning
This commit is contained in:
parent
67f3ce6e4e
commit
c0a5e55f47
4 changed files with 10 additions and 3 deletions
|
@ -213,6 +213,7 @@
|
|||
<string name="abbreviated_seconds_ago">%ds</string>
|
||||
|
||||
<string name="follows_you">Follows you</string>
|
||||
<string name="pref_title_alway_show_sensitive_media">Always show all nsfw content</string>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
android:title="@string/pref_title_show_media_preview"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="alwayShowSensitiveMedia"
|
||||
android:title="@string/pref_title_alway_show_sensitive_media"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/pref_title_browser_settings">
|
||||
<CheckBoxPreference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue