commit 422fa57896b5004b64d4807656738d9b6a92aab2 parent 0abf0d6248e9d5fdcd3396e399b5bd0adb484b5f Author: Michael Camilleri <[email protected]> Date: Sat, 6 Jun 2026 12:36:43 +0900 Remove superfluous copy button Diffstat:
| M | Crossmate/Views/DiagnosticsView.swift | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/Crossmate/Views/DiagnosticsView.swift b/Crossmate/Views/DiagnosticsView.swift @@ -123,10 +123,6 @@ struct DiagnosticsView: View { Label("Share Full Log", systemImage: "square.and.arrow.up") } } - - Button("Copy") { - UIPasteboard.general.string = diagnosticDump - } } } .onAppear {