Merge branch 'ui' into develop

This commit is contained in:
Sakamoto Shiina
2026-01-13 10:39:23 +09:00
6 changed files with 7 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ config_page:
telemetry:
label: "Support Our Development"
desc: "Sends usage data so our developers can grin and say 'Thanks for using it!' while improving the app.\n* No personal info or conversation content is ever sent."
aptabase_privacy_policy_label: "Aptabase Privacy Policy"
hotkeys:
toggle_vrct_visibility:

View File

@@ -320,6 +320,7 @@ config_page:
telemetry:
label: "製品の改善に協力する"
desc: "開発者が「みんな使ってくれてるんだな~」ってにやにやしながら機能改善するための使用状況データを送信します。\n※会話内容など個人情報は一切送信しません。"
aptabase_privacy_policy_label: "Aptabase プライバシーポリシー"
hotkeys:
toggle_vrct_visibility:

View File

@@ -320,6 +320,7 @@ config_page:
telemetry:
label:
desc:
aptabase_privacy_policy_label:
hotkeys:
toggle_vrct_visibility:

View File

@@ -320,6 +320,7 @@ config_page:
telemetry:
label:
desc:
aptabase_privacy_policy_label:
hotkeys:
toggle_vrct_visibility:

View File

@@ -320,6 +320,7 @@ config_page:
telemetry:
label:
desc:
aptabase_privacy_policy_label:
hotkeys:
toggle_vrct_visibility:

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}