diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2018-01-04 23:41:44 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2018-01-04 23:41:44 +0200 |
| commit | 785852cf2120f2643a0476b43600ab7ef5c07638 (patch) | |
| tree | 51d0134ab3af06a52290ce9cb16409c714fd1e3b /src/mainwindow.cpp | |
| parent | 14b06dd2e83129d35568aa36ae9b670da16f421c (diff) | |
Don't auto scroll down the downloads list (even when a file was downloaded)
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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)));
|
