diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 09:13:11 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-24 09:13:11 -0500 |
| commit | c676247f99ceb8ae365fd6c9ca86981dd309082c (patch) | |
| tree | a4e1317eb402083327869033017dd360e3387727 /src/settings.cpp | |
| parent | 4bff98352788d6d993927254380ed10441f95894 (diff) | |
ignore steam username when dumping settings
Diffstat (limited to 'src/settings.cpp')
| -rw-r--r-- | src/settings.cpp | 4 |
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:"); |
