summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index ddc4fe23..2f3c40c7 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1682,8 +1682,6 @@ void MainWindow::on_tabWidget_currentChanged(int index)
refreshDataTree();
} else if (index == 3) {
refreshSaveList();
- } else if (index == 4) {
- ui->downloadView->scrollToBottom();
}
}