diff --git a/README.md b/README.md index 4c6b6c9..625374e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Zyneon Application ```2024.10 (Libertas)``` [Download latest version](https://github.com/danieldieeins/Zyneon-Application/releases/latest) +Zyneon Application ```2024.10.5 (Libertas)``` [Download latest version](https://github.com/danieldieeins/Zyneon-Application/releases/latest)
`Contributions are welcome!` Download the Zyneon Application from https://github.com/danieldieeins/Zyneon-Application/releases and https://nexus.zyneonstudios.com/application only! All other sources are not verified and we assume no liability! diff --git a/application-main/src/main/resources/content.zip b/application-main/src/main/resources/content.zip index c6af552..2de33bc 100644 Binary files a/application-main/src/main/resources/content.zip and b/application-main/src/main/resources/content.zip differ diff --git a/application-ui/content/assets/application/javascript/app-library.js b/application-ui/content/assets/application/javascript/app-library.js index 78e0a78..3f0d6ff 100644 --- a/application-ui/content/assets/application/javascript/app-library.js +++ b/application-ui/content/assets/application/javascript/app-library.js @@ -118,7 +118,7 @@ function addGroupEntry(groupId,title,id,image) { } actionEntry.addEventListener("dblclick", function() { - connector("java.button.launch."+id); + connector("async.java.button.launch."+id); actionEntry.querySelector("p").innerText = "Starting..."; let seconds = 5; const countdownInterval = setInterval(() => {