Drag upload support.

This commit is contained in:
marko1616
2024-08-22 08:05:37 +08:00
parent aa105bdf4d
commit 3c5f2ba28c
5 changed files with 50 additions and 21 deletions

View File

@@ -31,7 +31,7 @@
button.btn.btn-link.text-decoration-none((click)='close()') !{require('../../../tabby-core/src/icons/times.svg')}
.body(dropZone, (transfer)='uploadOne($event)')
.body(dropZone, (transfer)='uploadOneWithFolder($event)')
a.alert.alert-info.d-flex.align-items-center(
*ngIf='shouldShowCWDTip && !cwdDetectionAvailable',
(click)='platform.openExternal("https://tabby.sh/go/cwd-detection")'