summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 4a149726..1f066100 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -158,6 +158,10 @@ void Settings::processUpdates(
remove(m_Settings, "General", "browser_geometry");
remove(m_Settings, "General", "filters_visible");
+ // this was supposed to have been removed above when updating from 2.2.0,
+ // but it wasn't in Settings, it was in General
+ remove(m_Settings, "General", "ask_for_nexuspw");
+
m_Network.updateFromOldMap();
});