launch button works

This commit is contained in:
Cuptain 2024-06-23 15:21:46 +10:00
parent b4c0dd218e
commit a0c9fd14c9

View File

@ -49,6 +49,8 @@ function gameLaunch() {
var packId = document.getElementById("Modpacks");
var selectedId = packId.value;
//TODO Launch Game
invoke("launch_modpack", { id: selectedId}).then(window.close);
}