summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-26 01:07:03 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-26 01:07:03 -0400
commitaff3ee8fcf427c9ff8c554a179222eabec3a95e2 (patch)
tree3dde0e860cd7dd4bdd8d487d5a84f27715929068 /src/mainwindow.cpp
parent36dbb4bad74b097d44b843a2e934aa4a58ef6492 (diff)
moved preferred servers into ServerList
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9921ad82..79203d29 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -5050,7 +5050,7 @@ void MainWindow::on_actionSettings_triggered()
dlManager->setOutputDirectory(settings.getDownloadDirectory());
}
}
- dlManager->setPreferredServers(settings.getPreferredServers());
+ dlManager->setServers(settings.getServers());
if ((settings.getModDirectory() != oldModDirectory)
|| (settings.displayForeign() != oldDisplayForeign)) {