[frontend/pages] Add manually accept follow requests option to account settings
This commit is contained in:
parent
7c39ef2e3d
commit
91e661627d
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@
|
||||||
<InputCheckbox @bind-Value="SettingsForm.FilterInaccessible"/>
|
<InputCheckbox @bind-Value="SettingsForm.FilterInaccessible"/>
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
@Loc["Manually accept follow requests"]
|
||||||
|
<InputCheckbox @bind-Value="SettingsForm.ManuallyAcceptFollows"/>
|
||||||
|
</label>
|
||||||
<label>
|
<label>
|
||||||
@Loc["Auto accept follow requests from users you are following"]
|
@Loc["Auto accept follow requests from users you are following"]
|
||||||
<InputCheckbox @bind-Value="SettingsForm.AutoAcceptFollowed"/>
|
<InputCheckbox @bind-Value="SettingsForm.AutoAcceptFollowed"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue