mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 19:05:46 -04:00
Cheevos: Clear login timestamp on logout
This commit is contained in:
@ -435,6 +435,7 @@ void Logout()
|
||||
{
|
||||
GetHostInterface()->GetSettingsInterface()->DeleteValue("Cheevos", "Username");
|
||||
GetHostInterface()->GetSettingsInterface()->DeleteValue("Cheevos", "Token");
|
||||
GetHostInterface()->GetSettingsInterface()->DeleteValue("Cheevos", "LoginTimestamp");
|
||||
GetHostInterface()->GetSettingsInterface()->Save();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user