forked from mirrors/catstodon
local_setings: change defaults for alt text
This commit is contained in:
parent
df00e5e6cb
commit
7fae07d5d7
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ const initialState = ImmutableMap({
|
|||
side_arm_reply_mode : 'keep',
|
||||
show_reply_count : false,
|
||||
always_show_spoilers_field: false,
|
||||
confirm_missing_media_description: false,
|
||||
confirm_boost_missing_media_description: false,
|
||||
confirm_missing_media_description: true,
|
||||
confirm_boost_missing_media_description: true,
|
||||
confirm_before_clearing_draft: true,
|
||||
prepend_cw_re: true,
|
||||
preselect_on_reply: true,
|
||||
|
|
Loading…
Reference in a new issue