Added a process command for recording processing on the RecordingCommand enum in the Commanding package target.

This commit is contained in:
2026-07-06 03:34:21 +02:00
parent 380ffc39b3
commit ffa80d3b58
3 changed files with 23 additions and 0 deletions
@@ -436,6 +436,8 @@ private extension RecordingView.Model {
pressedMain()
case .discard:
pressedDiscard()
case .process:
pressedSend()
}
}
}