summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-02-22 04:33:21 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-02-22 04:33:21 -0600
commitef80a8bacaab525be21b9beae4992955f5e907d0 (patch)
tree4993c2781f06421b7664633536f8b78612f18dac /src/mainwindow.cpp
parent0798e102ba360260ec281a0aeee1938d212d8428 (diff)
Remove the spoofed NMM version
The new API does not require this and it serves no purpose to keep it.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 282c9674..602c32df 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1878,6 +1878,7 @@ void MainWindow::processUpdates() {
instance.remove("nexus_login");
instance.remove("nexus_api_key");
instance.remove("ask_for_nexuspw");
+ instance.remove("nmm_version");
instance.endGroup();
instance.beginGroup("Servers");
instance.remove("");
@@ -4905,8 +4906,6 @@ void MainWindow::on_actionSettings_triggered()
activateProxy(settings.useProxy());
}
- NexusInterface::instance(&m_PluginContainer)->setNMMVersion(settings.getNMMVersion());
-
updateDownloadView();
m_OrganizerCore.updateVFSParams(settings.logLevel(), settings.crashDumpsType(), settings.executablesBlacklist());