Diagnostics: remove email from copy output, add privacy note

This commit is contained in:
SuperDooper
2026-05-11 20:48:21 +02:00
parent 0bf19c3dc8
commit 8fbd1c42c3
+9
View File
@@ -38,6 +38,15 @@ struct DiagnosticsView: View {
Divider() Divider()
Text("Email and org IDs are redacted when copied.")
.font(.system(size: 10))
.foregroundColor(.secondary)
.frame(maxWidth: .infinity, alignment: .leading)
.padding(.horizontal, 14)
.padding(.vertical, 6)
Divider()
ScrollView { ScrollView {
VStack(alignment: .leading, spacing: 14) { VStack(alignment: .leading, spacing: 14) {