mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
ignore steam username when dumping settings
This commit is contained in:
+3
-1
@@ -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:");
|
||||
|
||||
Reference in New Issue
Block a user