Renamed the RecordingService protocol in the Recording package target as Capturing.

This commit is contained in:
2026-07-04 13:41:56 +02:00
parent 69e30a9947
commit be130eb05f
8 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ struct ContentView: View {
var body: some View {
NavigationStack {
RecordingView(
recorder: model.recorder,
capturer: model.capturer,
transcriber: model.transcriber,
locale: $model.locale,
) { transcription in