Add rss rule save path

close #22
This commit is contained in:
CzBiX
2020-04-14 19:42:33 +08:00
parent 648f2c3e98
commit 7f78fbcb57

View File

@@ -122,6 +122,13 @@
:value="selectedRule.assignedCategory"
@change="editRule('assignedCategory', $event)"
/>
<v-text-field
dense
:label="$t('location')"
:disabled="!selectedRule.enabled"
:value="selectedRule.savePath"
@change="editRule('savePath', $event)"
/>
</v-form>
<v-divider />