From d2c92cb0c5f69f68846e6e6e98d9284fe756eb4b Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Wed, 2 Jan 2019 18:51:11 +0100 Subject: [PATCH] Updated Extensions (markdown) --- Extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions.md b/Extensions.md index eb814cd..a3cb8fd 100644 --- a/Extensions.md +++ b/Extensions.md @@ -150,7 +150,7 @@ protected void onStartConnection() { ### Minimalistic interaction; onClick -If the _onClick_ method is overridden by your extension, G-Earth will display a green "Start" button next to your extension and the function will get called on-click. For form extensions, this option is automatically used to open the GUI. For non-gui extensions, this is an additional feature you could use. +If (and only if) the _onClick_ method is overridden by your extension, G-Earth will display a green "Start" button next to your extension and the function will get called on-click. For form extensions, this option is automatically used to open the GUI. For non-gui extensions, this is an additional feature you could use. ```java @Override