[Update] UI: Add Aptabase Privacy Policy label to telemetry settings.

This commit is contained in:
Sakamoto Shiina
2026-01-13 10:38:51 +09:00
parent c6d678e29e
commit 261a1deed4
6 changed files with 7 additions and 0 deletions

View File

@@ -257,6 +257,8 @@ const TelemetryContainer = () => {
return (
<CheckboxContainer
label={t("config_page.others.telemetry.label")}
webpage_url="https://aptabase.com/legal/privacy"
open_webpage_label={t("config_page.others.telemetry.aptabase_privacy_policy_label")}
desc={t("config_page.others.telemetry.desc")}
variable={currentTelemetry}
toggleFunction={toggleTelemetry}