summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-12-24 09:13:11 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-12-24 09:13:11 -0500
commitc676247f99ceb8ae365fd6c9ca86981dd309082c (patch)
treea4e1317eb402083327869033017dd360e3387727 /src
parent4bff98352788d6d993927254380ed10441f95894 (diff)
ignore steam username when dumping settings
Diffstat (limited to 'src')
-rw-r--r--src/settings.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 85aa5f2f..04e407fc 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -479,7 +479,9 @@ QSettings::Status Settings::iniStatus() const
void Settings::dump() const
{
static const QStringList ignore({
- "username", "password", "nexus_api_key", "nexus_username", "nexus_password"
+ "username", "password",
+ "nexus_api_key", "nexus_username", "nexus_password",
+ "steam_username"
});
log::debug("settings:");