mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 02:45:48 +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')"
|
||||
|
@ -180,4 +180,4 @@ export default {
|
|||
name: 'BitTorrent',
|
||||
mixins: [SettingsTab, FullScreenModal]
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue