Change the default glitch-soc secondary privacy button behavior (#3475)
“Keep” is confusing and error-prone, “restrict” is consistent with the default button and much safer.
This commit is contained in:
parent
390612e1a4
commit
5f6f53dcb4
@ -9,7 +9,7 @@ const initialState = ImmutableMap({
|
|||||||
fullwidth_columns: false,
|
fullwidth_columns: false,
|
||||||
stretch : true,
|
stretch : true,
|
||||||
side_arm : 'none',
|
side_arm : 'none',
|
||||||
side_arm_reply_mode : 'keep',
|
side_arm_reply_mode : 'restrict',
|
||||||
show_reply_count : true,
|
show_reply_count : true,
|
||||||
always_show_spoilers_field: false,
|
always_show_spoilers_field: false,
|
||||||
confirm_boost_missing_media_description: false,
|
confirm_boost_missing_media_description: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user