Feature/Add _Allow user discovery services_ preference
This commit is contained in:
parent
4369ce6f1b
commit
194dd88118
6 changed files with 14 additions and 0 deletions
|
@ -131,6 +131,14 @@
|
|||
for="account-show-role"
|
||||
>{{ $t('settings.show_moderator_badge') }}</label>
|
||||
</p>
|
||||
<p>
|
||||
<input
|
||||
id="discoverable"
|
||||
v-model="discoverable"
|
||||
type="checkbox"
|
||||
>
|
||||
<label for="discoverable">{{ $t('settings.discoverable') }}</label>
|
||||
</p>
|
||||
<button
|
||||
:disabled="newName && newName.length === 0"
|
||||
class="btn btn-default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue