Language selection implemented and UI reworked

This commit is contained in:
Verena Schulz
2025-11-11 18:31:01 +01:00
parent da3a8c7d8c
commit d9e96316c0
7 changed files with 81 additions and 14 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ dropzone.addEventListener("drop", (e) => {
const files = e.dataTransfer.files
const filePath = window.explorer.onFileDrop(files[0])
var holdy = filePath + "";
if(holdy.endsWith(".mp4")){
if(holdy.endsWith(".mp4", ".mov", ".avi", ".mkv")){
console.log(filePath)
const files1 = e.dataTransfer.files;