From 8d5cfc24705d45cd021a74d3129ef50681503003 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Tue, 19 Feb 2019 08:57:29 -0600 Subject: Remove more old Nexus settings --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.cpp') 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(""); -- cgit v1.3.1