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-list-item>
|
<v-list-item>
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="settings.lsd"
|
v-model="settings.anonymous_mode"
|
||||||
hide-details
|
hide-details
|
||||||
class="ma-0 pa-0"
|
class="ma-0 pa-0"
|
||||||
:label="$t('modals.settings.pageBittorrent.enableAnonymous')"
|
:label="$t('modals.settings.pageBittorrent.enableAnonymous')"
|
||||||
|
@ -180,4 +180,4 @@ export default {
|
||||||
name: 'BitTorrent',
|
name: 'BitTorrent',
|
||||||
mixins: [SettingsTab, FullScreenModal]
|
mixins: [SettingsTab, FullScreenModal]
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue