Update transfersMenu.component.ts

This commit is contained in:
Eugene Pankov
2021-06-28 22:10:46 +02:00
parent 3b25645154
commit 90affc3efb
@@ -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
}