removed disabled untouched video format

This commit is contained in:
stratuma 2024-06-30 02:44:51 +02:00
parent ac7a8604ae
commit 65b026bd56
2 changed files with 0 additions and 2 deletions

View File

@ -82,7 +82,6 @@
>
<option value="mkv">MKV</option>
<option value="mp4">MP4</option>
<option value="untouched" disabled>Untouched</option>
</select>
</div>
</div>

View File

@ -315,7 +315,6 @@
<select v-model="format" name="format" class="bg-[#5c5b5b] focus:outline-none px-3 py-2 rounded-xl text-sm text-center cursor-pointer">
<option value="mkv" class="text-sm text-slate-200">MKV</option>
<option value="mp4" class="text-sm text-slate-200">MP4</option>
<option value="untouched" class="text-sm text-slate-200" disabled>Untouched</option>
</select>
</div>
</div>