mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
fix styling issue
This commit is contained in:
parent
fb8097b16b
commit
1913cdabf1
@ -262,6 +262,7 @@ globalThis.modapi_guikit = "(" + (() => {
|
||||
var configBtn = document.createElement("button");
|
||||
configBtn.innerText = "Config";
|
||||
configBtn.style.height = "3rem";
|
||||
configBtn.style.marginLeft = "1rem";
|
||||
configBtn.addEventListener("click", async () => {
|
||||
ModAPI.meta._configMap[hash]();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user