mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 792039 - don't write Telemetry ping files for non-official builds; r=taras
This commit is contained in:
parent
adf788ae6e
commit
e8807f6b41
@ -989,7 +989,9 @@ TelemetryPing.prototype = {
|
||||
}
|
||||
break;
|
||||
case "quit-application-granted":
|
||||
this.savePendingPings();
|
||||
if (Telemetry.canSend) {
|
||||
this.savePendingPings();
|
||||
}
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user