Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Make double click for instance starting async
Browse files Browse the repository at this point in the history
danieldieeins committed Oct 19, 2024
1 parent b8b83e7 commit 0c3f0a7
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
<br>`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!
Binary file modified application-main/src/main/resources/content.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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(() => {

0 comments on commit 0c3f0a7

Please sign in to comment.