Update transfersMenu.component.ts

This commit is contained in:
Eugene Pankov 2021-06-28 22:10:46 +02:00
parent 3b25645154
commit 90affc3efb
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -42,6 +42,7 @@ export class TransfersMenuComponent {
type: 'warning',
message: 'There are active file transfers',
buttons: ['Abort all', 'Do not abort'],
defaultId: 1,
})).response === 1) {
return
}