mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
NOISSUE implement analytics IP anonymization
This commit is contained in:
parent
95f961fb61
commit
ee6f2f0a8e
5 changed files with 21 additions and 2 deletions
|
|
@ -60,6 +60,16 @@ QString GAnalytics::language() const
|
|||
return d->m_language;
|
||||
}
|
||||
|
||||
void GAnalytics::setAnonymizeIPs(bool anonymize)
|
||||
{
|
||||
d->m_anonymizeIPs = anonymize;
|
||||
}
|
||||
|
||||
bool GAnalytics::anonymizeIPs()
|
||||
{
|
||||
return d->m_anonymizeIPs;
|
||||
}
|
||||
|
||||
void GAnalytics::setSendInterval(int milliseconds)
|
||||
{
|
||||
d->m_timer.setInterval(milliseconds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue