feat: ffprobe for stream checking, drop overlay using webview

This commit is contained in:
2025-07-13 13:59:40 -05:00
parent 7fcb3e3f7c
commit 2e03281a79
9 changed files with 182 additions and 249 deletions

View File

@@ -37,16 +37,3 @@ body {
height: 100vh;
text-align: center;
}
#drop-target {
pointer-events: none;
opacity: 0;
background-color: rgb(0, 0, 0, 0.5) !important;
}
.wails-drop-target-active {
#drop-target {
pointer-events: auto;
opacity: 1;
}
}