mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
set title of config button
This commit is contained in:
parent
0f530dce2a
commit
fb8097b16b
@ -260,7 +260,7 @@ globalThis.modapi_guikit = "(" + (() => {
|
||||
|
||||
if (typeof ModAPI.meta._configMap[hash] === "function") {
|
||||
var configBtn = document.createElement("button");
|
||||
configBtn.innerText = "Delete";
|
||||
configBtn.innerText = "Config";
|
||||
configBtn.style.height = "3rem";
|
||||
configBtn.addEventListener("click", async () => {
|
||||
ModAPI.meta._configMap[hash]();
|
||||
|
Loading…
x
Reference in New Issue
Block a user