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
commit dcdc9a5269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;