diff options
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9296378d..26853a36 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1875,7 +1875,9 @@ void MainWindow::processUpdates() { instance.remove("steam_password"); instance.remove("nexus_username"); instance.remove("nexus_password"); + instance.remove("nexus_login"); instance.remove("nexus_api_key"); + instance.remove("ask_for_nexuspw"); instance.endGroup(); instance.beginGroup("Servers"); instance.remove(""); |
