From 785852cf2120f2643a0476b43600ab7ef5c07638 Mon Sep 17 00:00:00 2001 From: Eran Mizrahi Date: Thu, 4 Jan 2018 23:41:44 +0200 Subject: Don't auto scroll down the downloads list (even when a file was downloaded) --- src/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2f3c40c7..11693568 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -331,8 +331,6 @@ MainWindow::MainWindow(QSettings &initSettings connect(m_OrganizerCore.directoryRefresher(), SIGNAL(progress(int)), this, SLOT(refresher_progress(int))); connect(m_OrganizerCore.directoryRefresher(), SIGNAL(error(QString)), this, SLOT(showError(QString))); - connect(m_OrganizerCore.downloadManager(), SIGNAL(downloadAdded()), ui->downloadView, SLOT(scrollToBottom())); - connect(&m_SavesWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(refreshSavesIfOpen())); connect(&m_OrganizerCore.settings(), SIGNAL(languageChanged(QString)), this, SLOT(languageChange(QString))); -- cgit v1.3.1