Authenticator doesn't save the ini file.
Didn't load it -> shouldn't save it.
This commit is contained in:
@@ -67,7 +67,6 @@ void cAuthenticator::ReadINI(cIniFile & IniFile)
|
||||
if (bSave)
|
||||
{
|
||||
IniFile.SetValueB("Authentication", "Authenticate", m_ShouldAuthenticate);
|
||||
IniFile.WriteFile("settings.ini");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user