mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-03 17:41:56 +00:00
- Do not delete selected torrents when hitting delete button unless the transfer tab is actually shown
This commit is contained in:
parent
5fc4ff22d9
commit
08710ed822
@ -516,6 +516,7 @@ void TransferListWidget::pauseAllTorrents() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void TransferListWidget::deleteSelectedTorrents() {
|
void TransferListWidget::deleteSelectedTorrents() {
|
||||||
|
if(main_window->getCurrentTabIndex() != TAB_TRANSFER) return;
|
||||||
QModelIndexList selectedIndexes = selectionModel()->selectedRows();
|
QModelIndexList selectedIndexes = selectionModel()->selectedRows();
|
||||||
if(!selectedIndexes.empty()) {
|
if(!selectedIndexes.empty()) {
|
||||||
bool delete_local_files = false;
|
bool delete_local_files = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user