This commit is contained in:
Michael Freno
2026-01-13 11:43:15 -05:00
parent e379c4e3e4
commit e065d72d9a
4 changed files with 299 additions and 22 deletions

View File

@@ -436,6 +436,7 @@ struct TimerStatusRowWithIndividualControls: View {
in: .circle
)
.help("Trigger \(displayName) reminder now (dev)")
.accessibilityIdentifier("trigger_\(displayName.replacingOccurrences(of: " ", with: "_"))")
.onHover { hovering in
isHoveredDevTrigger = hovering
}