launch button works
This commit is contained in:
parent
b4c0dd218e
commit
a0c9fd14c9
@ -49,6 +49,8 @@ function gameLaunch() {
|
|||||||
var packId = document.getElementById("Modpacks");
|
var packId = document.getElementById("Modpacks");
|
||||||
var selectedId = packId.value;
|
var selectedId = packId.value;
|
||||||
//TODO Launch Game
|
//TODO Launch Game
|
||||||
|
invoke("launch_modpack", { id: selectedId}).then(window.close);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user