mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
fix
This commit is contained in:
@@ -274,9 +274,8 @@ export class SettingsSelectorComponent extends Container {
|
||||
},
|
||||
{
|
||||
id: "install-telemetry",
|
||||
label: "Crash reporting and analytics",
|
||||
description:
|
||||
"Allow anonymous diagnostics, including version/update analytics and crash reports when available",
|
||||
label: "Install telemetry",
|
||||
description: "Send an anonymous version/update ping after changelog-detected updates",
|
||||
currentValue: config.enableInstallTelemetry ? "true" : "false",
|
||||
values: ["true", "false"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user