[frontend/pages] Add manually accept follow requests option to account settings

This commit is contained in:
pancakes 2025-03-23 12:24:06 +10:00
parent 7c39ef2e3d
commit 91e661627d
No known key found for this signature in database

View file

@ -55,6 +55,10 @@
<InputCheckbox @bind-Value="SettingsForm.FilterInaccessible"/>
</label>
<label>
@Loc["Manually accept follow requests"]
<InputCheckbox @bind-Value="SettingsForm.ManuallyAcceptFollows"/>
</label>
<label>
@Loc["Auto accept follow requests from users you are following"]
<InputCheckbox @bind-Value="SettingsForm.AutoAcceptFollowed"/>