mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
fix: anonymous mode #362
This commit is contained in:
parent
14b80eac1f
commit
27a07179f0
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
</v-list-item>
|
||||
<v-list-item>
|
||||
<v-checkbox
|
||||
v-model="settings.lsd"
|
||||
v-model="settings.anonymous_mode"
|
||||
hide-details
|
||||
class="ma-0 pa-0"
|
||||
:label="$t('modals.settings.pageBittorrent.enableAnonymous')"
|
||||
|
|
Loading…
Reference in a new issue