fix: hard-coded default conversion format toggle (#187)

fixes #187
This commit is contained in:
Maya 2025-11-27 15:57:45 +03:00
parent 46edeaa286
commit 38ec057eef
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -142,6 +142,8 @@
"filename_description": "This will determine the name of the file on download, <b>not including the file extension.</b> You can put these following templates in the format, which will be replaced with the relevant information: <b>%name%</b> for the original file name, <b>%extension%</b> for the original file extension, and <b>%date%</b> for a date string of when the file was converted.",
"placeholder": "VERT_%name%",
"default_format": "Default conversion format",
"default_format_enable": "Enable",
"default_format_disable": "Disable",
"default_format_description": "This will change the default format selected when you upload a file of this file type.",
"default_format_image": "Images",
"default_format_video": "Videos",

View File

@ -102,7 +102,7 @@
size="24"
class="inline-block mr-2"
/>
Enable
{m["settings.conversion.default_format_enable"]()}
</button>
<button
@ -118,7 +118,7 @@
size="24"
class="inline-block mr-2"
/>
Disable
{m["settings.conversion.default_format_disable"]()}
</button>
</div>
</div>