feat: file drop

This commit is contained in:
2025-02-01 12:11:13 +08:00
parent 36fd04f975
commit 7402e35d66
2 changed files with 14 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ func main() {
Bind: []interface{}{
app,
},
DragAndDrop: &options.DragAndDrop{
EnableFileDrop: true,
DisableWebViewDrop: true,
},
})
if err != nil {