Merge pull request #208 from schlagmichdoch/enable-multiple-files-cli

Enable sending multiple files via cli
This commit is contained in:
schlagmichdoch
2023-12-11 19:13:49 +01:00
committed by GitHub
13 changed files with 414 additions and 338 deletions

View File

@@ -2545,6 +2545,7 @@ class WebShareTargetUI {
}
}
// Keep for legacy reasons even though this is removed from new PWA installations
class WebFileHandlersUI {
async evaluateLaunchQueue() {
if (!"launchQueue" in window) return;