mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
feat(webui): remove early feature warning (extension repair, convert to cbz)
This commit is contained in:
parent
3d159d16b2
commit
6af6f5be40
2 changed files with 1 additions and 5 deletions
|
|
@ -196,7 +196,6 @@
|
|||
</template>
|
||||
</v-checkbox>
|
||||
|
||||
<v-alert type="warning" text class="text-subtitle-2 mt-4">{{ $t('dialog.edit_library.warning_early_feature_repair_extensions') }}</v-alert>
|
||||
<v-checkbox
|
||||
v-model="form.repairExtensions"
|
||||
:label="$t('dialog.edit_library.field_repair_extensions')"
|
||||
|
|
@ -204,7 +203,6 @@
|
|||
class="mx-4"
|
||||
/>
|
||||
|
||||
<v-alert type="warning" text class="text-subtitle-2 mt-4">{{ $t('dialog.edit_library.warning_early_feature_convert_to_cbz') }}</v-alert>
|
||||
<v-checkbox
|
||||
v-model="form.convertToCbz"
|
||||
:label="$t('dialog.edit_library.field_convert_to_cbz')"
|
||||
|
|
|
|||
|
|
@ -325,9 +325,7 @@
|
|||
"label_import_local": "Import local media assets",
|
||||
"label_scanner": "Scanner",
|
||||
"tab_general": "General",
|
||||
"tab_options": "Options",
|
||||
"warning_early_feature_convert_to_cbz": "Book conversion is still an early feature, and must be used with caution. Make sure your files are backed up before using it.",
|
||||
"warning_early_feature_repair_extensions": "Repair file extension is still an early feature, and must be used with caution. Make sure your files are backed up before using it."
|
||||
"tab_options": "Options"
|
||||
},
|
||||
"edit_readlist": {
|
||||
"button_cancel": "Cancel",
|
||||
|
|
|
|||
Loading…
Reference in a new issue