Updated the documentation of the README file in the project.

This commit is contained in:
2026-07-07 01:12:20 +02:00
parent 3dc5b2b7fc
commit 5c05eeb318
2 changed files with 32 additions and 31 deletions
@@ -418,8 +418,8 @@ private extension RecordingView.Model {
}
/// Starts listening to the commands sent through the commander, unless already listening: every received command is translated
/// into the button press it mirrors ``RecordingCommand/toggle`` presses the main button, and ``RecordingCommand/discard``
/// presses the discard button.
/// into the button press it mirrors ``RecordingCommand/toggle`` presses the main button, ``RecordingCommand/discard``
/// presses the discard button, and ``RecordingCommand/process`` presses the send button.
func listenToCommands() {
guard taskCommands == nil else {
return