This commit is contained in:
Vegard Stikbakke
2026-06-09 09:50:15 +02:00
Unverified
parent 0e9e431ee2
commit ff6757d9e8
@@ -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"],
},