fix: complete aria2 downloads via rpc

This commit is contained in:
nimbold
2026-06-05 12:38:14 +03:30
parent 4a9d4cab2f
commit c18aa6fdaf
7 changed files with 500 additions and 105 deletions
+1
View File
@@ -162,6 +162,7 @@ struct DownloadTable: View {
@ViewBuilder content: () -> Content
) -> some View {
content()
.frame(maxWidth: .infinity, alignment: .leading)
.contentShape(Rectangle())
.onTapGesture(count: 2) {
performPrimaryAction(for: item)