We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685db89 commit 83fe2b4Copy full SHA for 83fe2b4
1 file changed
src-tauri/tauri.conf.json
@@ -469,7 +469,16 @@
469
"label": "healthData",
470
"title": "Health data window",
471
"url": "http://localhost:8000/src/desktop-metrics.html",
472
- "visible": false
+ "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
480
+ "fileDropEnabled": true,
481
+ "decorations": false
482
}
483
]
484
0 commit comments