Skip to content

Commit

Permalink
feat: remove webui required version tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ccloli committed Sep 15, 2024
1 parent 0758181 commit d9311ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion webui/src/components/forms/qbittorrent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
:label="t('page.dashboard.editModal.label.ignorePrivate')"
>
<a-switch v-model="config.ignorePrivate" />
<template #extra>{{ t('page.dashboard.editModal.label.ignorePrivate.description') }} </template>
</a-form-item>
</template>
<script setup lang="ts">
Expand Down
1 change: 0 additions & 1 deletion webui/src/components/forms/qbittorrentee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
:label="t('page.dashboard.editModal.label.ignorePrivate')"
>
<a-switch v-model="config.ignorePrivate" />
<template #extra>{{ t('page.dashboard.editModal.label.ignorePrivate.description') }} </template>
</a-form-item>
<a-form-item
field="config.verifySsl"
Expand Down
1 change: 0 additions & 1 deletion webui/src/views/dashboard/locale/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default {
'page.dashboard.editModal.label.shadowBan.description.learnMore': 'Learn More',
'page.dashboard.editModal.label.verifySsl': 'Verify SSL',
'page.dashboard.editModal.label.ignorePrivate': 'Ignore Private Torrents',
'page.dashboard.editModal.label.ignorePrivate.description': 'Only works on qBittorrent 5.0+',
'page.dashboard.editModal.biglybt': 'Please install plugin at {url} first.',
'page.dashboard.editModal.biglybt.url': 'here',
'page.dashboard.editModal.transmission.discourage':
Expand Down
1 change: 0 additions & 1 deletion webui/src/views/dashboard/locale/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default {
'page.dashboard.editModal.label.shadowBan.description.learnMore': '了解更多',
'page.dashboard.editModal.label.verifySsl': '验证SSL证书',
'page.dashboard.editModal.label.ignorePrivate': '忽略私有种子',
'page.dashboard.editModal.label.ignorePrivate.description': '只在 qBittorrent 5.0+ 上有效',
'page.dashboard.editModal.biglybt': '请先安装 {url}',
'page.dashboard.editModal.biglybt.url': '插件',
'page.dashboard.editModal.transmission.discourage':
Expand Down

0 comments on commit d9311ac

Please # to comment.