summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 55283486..b1385c05 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -463,7 +463,7 @@ QSettings::Status Settings::sync() const
void Settings::dump() const
{
static const QStringList ignore({
- "username", "password", "nexus_api_key"
+ "username", "password", "nexus_api_key", "nexus_username", "nexus_password"
});
log::debug("settings:");