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