mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 20:20:04 +03:00
fix: wrong tempPathEnabled state #284
This commit is contained in:
parent
684bbecff0
commit
d8e2610419
1 changed files with 11 additions and 19 deletions
|
@ -45,7 +45,7 @@
|
|||
label="Automatic Torrent Management"
|
||||
/>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<v-list-item class="mb-2">
|
||||
<v-checkbox
|
||||
v-model="settings.save_path_changed_tmm_enabled"
|
||||
hide-details
|
||||
|
@ -53,29 +53,21 @@
|
|||
label="Relocate Torrent when category changes"
|
||||
/>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<v-row dense>
|
||||
<v-col>
|
||||
<p class="pt-1 pl-5">
|
||||
Default Save Path
|
||||
</p>
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-text-field
|
||||
v-model="settings.save_path"
|
||||
class="mb-2"
|
||||
outlined
|
||||
dense
|
||||
hide-details
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-list-item class="mb-2">
|
||||
<v-text-field
|
||||
v-model="settings.save_path"
|
||||
class="mb-2"
|
||||
outlined
|
||||
dense
|
||||
label="Default Save Path"
|
||||
hide-details
|
||||
/>
|
||||
</v-list-item>
|
||||
<v-list-item>
|
||||
<v-row dense>
|
||||
<v-col>
|
||||
<v-checkbox
|
||||
v-model="settings.max_seeding_time_enabled"
|
||||
v-model="settings.temp_path_enabled"
|
||||
hide-details
|
||||
class="ma-0 pa-0"
|
||||
label="Keep incomplete torrents in:"
|
||||
|
|
Loading…
Add table
Reference in a new issue