mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-14 10:19:48 +08:00
you don't need to confirm reannounce it's non-atomic
This commit is contained in:
@@ -488,15 +488,6 @@ export default class Torrents extends Vue {
|
||||
if (!this.hasSelected) {
|
||||
this.selectedRows = this.allTorrents;
|
||||
}
|
||||
const v = await this.asyncShowDialog({
|
||||
title: 'Reannounce Torrents',
|
||||
text: 'Are you sure want to reannounce torrents?',
|
||||
type: DialogType.OkCancel,
|
||||
});
|
||||
|
||||
if (!v) {
|
||||
return;
|
||||
}
|
||||
|
||||
await api.reannounceTorrents(this.selectedHashes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user