mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- Do not delete selected torrents when hitting delete button unless the transfer tab is actually shown
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user