diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2019-02-20 09:25:15 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2019-02-20 09:25:15 +0200 |
| commit | 51c02718b1eaf2c8680e951d913baceb703bb74a (patch) | |
| tree | de77786eab5bac803bdcaa26e24cfb1bcd6e8fb2 /src | |
| parent | b62dff5fd6bf39e866d137d5ca5e625bf087b5af (diff) | |
| parent | 8d5cfc24705d45cd021a74d3129ef50681503003 (diff) | |
Merge branch 'Develop' of https://github.com/ModOrganizer2/modorganizer into Develop
Diffstat (limited to 'src')
| -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(""); |
