debug: hide helper subtext while sending

main
Peter Steinberger 2025-12-07 15:47:30 +01:00
parent ee845376b5
commit 4e2fb38d62
1 changed files with 14 additions and 12 deletions

View File

@ -143,6 +143,7 @@ struct DebugSettings: View {
.buttonStyle(.borderedProminent)
.disabled(self.debugSendInFlight)
if !self.debugSendInFlight {
if let debugSendStatus {
Text(debugSendStatus)
.font(.caption)
@ -157,6 +158,7 @@ struct DebugSettings: View {
.foregroundStyle(.secondary)
}
}
}
HStack {
Button("Restart app") { self.relaunch() }
Button("Reveal app in Finder") { self.revealApp() }