mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
added a setting for specifying fake mention style
This commit is contained in:
parent
80bfca1a4a
commit
ae210d2320
1 changed files with 9 additions and 2 deletions
|
@ -31,13 +31,20 @@
|
|||
<input type="number" min="100" max="5000" value="500">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="fake-mentions" class="large">Insert fake mentions</label>
|
||||
<select>
|
||||
<label for="fake-mentions" class="large">Fake mentions</label>
|
||||
<select name="fake-mentions">
|
||||
<option value="full">At any time</option>
|
||||
<option value="start" default>Only at the start of posts</option>
|
||||
<option value="never">Never</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="fake-mention-style" class="large">Fake mention style</label>
|
||||
<select name="fake-mention-style">
|
||||
<option value="full">@user@instan.ce</option>
|
||||
<option value="brief" default>@user</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="privacy" class="large">Post privacy</label>
|
||||
<select>
|
||||
|
|
Loading…
Reference in a new issue