mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: free space toggle #541
This commit is contained in:
parent
b501892805
commit
f8c3b7dc38
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
<v-list-item>
|
||||
<v-row dense>
|
||||
<v-col>
|
||||
<v-switch v-model="webuiSettings.freeSpace" class="v-input--reverse pa-0 ma-0" hide-details inset :label="$t('modals.settings.pageVueTorrent.pageGeneral.freeSpace')" />
|
||||
<v-switch v-model="webuiSettings.showFreeSpace" class="v-input--reverse pa-0 ma-0" hide-details inset :label="$t('modals.settings.pageVueTorrent.pageGeneral.freeSpace')" />
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-list-item>
|
||||
|
|
Loading…
Add table
Reference in a new issue