Add 'bot' flag to Profile settings
This commit is contained in:
parent
1afa0f0044
commit
2451956d83
4 changed files with 9 additions and 0 deletions
|
@ -95,6 +95,11 @@
|
|||
{{ $t('settings.discoverable') }}
|
||||
</Checkbox>
|
||||
</p>
|
||||
<p>
|
||||
<Checkbox v-model="bot">
|
||||
{{ $t('settings.bot') }}
|
||||
</Checkbox>
|
||||
</p>
|
||||
<button
|
||||
:disabled="newName && newName.length === 0"
|
||||
class="btn btn-default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue