diff --git a/config.js b/config.js index d96095c..bfc8b69 100644 --- a/config.js +++ b/config.js @@ -7,6 +7,11 @@ if (!config.enableArch) { } console.log("Executed") + /** + * Arch button click handler. + * If config.enableArch is true, opens the arch Eaglercraft client. + * If config.enableArch is false, shows an alert dialog saying "Arch is disabled". + */ document.getElementById("archB").onclick = () => { console.log("Arch") if (config.enableArch) {