Skip to content

Commit

Permalink
fix: wrong tempPathEnabled state #284
Browse files Browse the repository at this point in the history
  • Loading branch information
WDaan committed Aug 29, 2021
1 parent 684bbec commit d8e2610
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions src/components/Modals/SettingsModal/Tabs/Downloads.vue
Expand Up @@ -45,37 +45,29 @@
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
class="ma-0 pa-0"
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:"
Expand Down

0 comments on commit d8e2610

Please sign in to comment.