Add user preference to always expand toots marked with content warnings (#8762)
This commit is contained in:
parent
c39183cc62
commit
1889526e23
11 changed files with 18 additions and 6 deletions
|
@ -73,6 +73,7 @@ en:
|
|||
setting_default_sensitive: Always mark media as sensitive
|
||||
setting_delete_modal: Show confirmation dialog before deleting a toot
|
||||
setting_display_sensitive_media: Always show media marked as sensitive
|
||||
setting_expand_spoilers: Always expand toots marked with content warnings
|
||||
setting_hide_network: Hide your network
|
||||
setting_noindex: Opt-out of search engine indexing
|
||||
setting_reduce_motion: Reduce motion in animations
|
||||
|
|
|
@ -27,6 +27,7 @@ defaults: &defaults
|
|||
delete_modal: true
|
||||
auto_play_gif: false
|
||||
display_sensitive_media: false
|
||||
expand_spoilers: false
|
||||
preview_sensitive_media: false
|
||||
reduce_motion: false
|
||||
system_font_ui: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue