mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 10:55:50 +03:00
perf: Show autorun command tooltip when either checkbox is checked (#789)
This commit is contained in:
parent
60806097c5
commit
d1ffa2b143
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
<v-list-item v-if="settings.autorun_enabled">
|
<v-list-item v-if="settings.autorun_enabled">
|
||||||
<v-text-field v-model="settings.autorun_program" class="mb-2" outlined dense :label="$t('modals.settings.pageDownloads.saveManagement.autoLabel_onFinished')" hide-details />
|
<v-text-field v-model="settings.autorun_program" class="mb-2" outlined dense :label="$t('modals.settings.pageDownloads.saveManagement.autoLabel_onFinished')" hide-details />
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
<v-list-item v-if="settings.autorun_enabled" class="mb-4">
|
<v-list-item v-if="settings.autorun_on_torrent_added_enabled || settings.autorun_enabled" class="mb-4">
|
||||||
<v-card flat color="grey--text selected">
|
<v-card flat color="grey--text selected">
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<h5>
|
<h5>
|
||||||
|
|
Loading…
Reference in a new issue