From 5cd38e5a3d3cc4729284509d251d073e60997f40 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:42:33 +0200 Subject: [PATCH] Update docs/controls.md Co-authored-by: Robin --- docs/controls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/controls.md b/docs/controls.md index 10c3c011..332e98f8 100644 --- a/docs/controls.md +++ b/docs/controls.md @@ -28,4 +28,4 @@ Callbacks for buttons in EC that are handled by the native application - `showNativeAudioDevicePicker: (() => void) | undefined`. Callback called whenever the user presses the output button in the settings menu. This button is only shown on iOS. (`userAgent.includes("iPhone")`) -- `onBackButtonPressed: (()=>void) | undefined`. Callback when the webview detects a tab on the headers back button. +- `onBackButtonPressed: (() => void) | undefined`. Callback when the webview detects a tab on the header's back button.