Add a feature and preference to confirm follows. (#4445)
This means a popup will appear if you have that option enabled in the preferences which will have a popup similar to the unfollow dialog asking you if you want to follow the user.
This commit is contained in:
parent
45d36a6a87
commit
a690b537c2
4 changed files with 25 additions and 1 deletions
|
|
@ -265,6 +265,7 @@
|
|||
<string name="dialog_download_image">Download</string>
|
||||
<string name="dialog_message_cancel_follow_request">Revoke the follow request?</string>
|
||||
<string name="dialog_unfollow_warning">Unfollow this account?</string>
|
||||
<string name="dialog_follow_warning">Follow this account?</string>
|
||||
<string name="dialog_delete_post_warning">Delete this post?</string>
|
||||
<string name="dialog_redraft_post_warning">Delete and re-draft this post?</string>
|
||||
<string name="dialog_delete_conversation_warning">Delete this conversation?</string>
|
||||
|
|
@ -720,6 +721,7 @@
|
|||
<string name="pref_title_show_cards_in_timelines">Show link previews in timelines</string>
|
||||
<string name="pref_title_confirm_reblogs">Show confirmation before boosting</string>
|
||||
<string name="pref_title_confirm_favourites">Show confirmation before favoriting</string>
|
||||
<string name="pref_title_confirm_follows">Show confirmation before following</string>
|
||||
<string name="pref_title_hide_top_toolbar">Hide the title of the top toolbar</string>
|
||||
<string name="pref_title_wellbeing_mode">Wellbeing</string>
|
||||
<string name="account_note_hint">Your private note about this account</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue