Attempt onClick fix

This commit is contained in:
WiredSpast 2023-04-04 03:42:06 +02:00 committed by GitHub
parent 22f648ec6d
commit 3ee8f55766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ public abstract class ExtensionBase extends IExtension {
* The application got doubleclicked from the G-Earth interface. Doing something here is optional
*/
@Override
public void onClick() {}
protected void onClick() {}
@Override
protected ExtensionInfo getInfoAnnotations() {