Skip to content

Commit 83fe2b4

Browse files
committed
chore: add support for drag and drop overlay window
1 parent 685db89 commit 83fe2b4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,16 @@
469469
"label": "healthData",
470470
"title": "Health data window",
471471
"url": "http://localhost:8000/src/desktop-metrics.html",
472-
"visible": false
472+
"visible": false,
473+
"fileDropEnabled": false
474+
},
475+
{
476+
"label": "fileDrop",
477+
"title": "Drop To Open Files",
478+
"url": "http://localhost:8000/src/drop-files.html",
479+
"visible": false,
480+
"fileDropEnabled": true,
481+
"decorations": false
473482
}
474483
]
475484
}

0 commit comments

Comments
 (0)