diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-02-19 08:57:29 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-02-19 09:01:04 -0600 |
| commit | 8d5cfc24705d45cd021a74d3129ef50681503003 (patch) | |
| tree | 14d66b5a2e96a94517f9650053aaf4b497b95a78 | |
| parent | 1a123d2dfa5ba8a0da2c4411b0212a2acad4d2bf (diff) | |
Remove more old Nexus settings
| -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(""); |
