Updated the documentation of the README file in the project.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user