Move BepInEx version to its own config to prevent version loss

This commit is contained in:
2026-02-16 17:42:45 +01:00
parent f36b31ddf6
commit 332c897c49
3 changed files with 10 additions and 11 deletions

View File

@@ -281,7 +281,6 @@ async function importData() {
await files.import()
document.getElementById("silksong-path-input").value = await files.loadSilksongPath()
document.getElementById("nexus-api-input").value = await files.loadNexusAPI()
setBepinexVersion()
const lacePinCheckbox = document.getElementById('lace-pin')
const theme = await files.loadTheme()
lacePinCheckbox.checked = theme[1]
@@ -301,7 +300,6 @@ async function deleteData() {
await files.delete()
document.getElementById("silksong-path-input").value = await files.loadSilksongPath()
document.getElementById("nexus-api-input").value = await files.loadNexusAPI()
setBepinexVersion()
}
//////////////////////////////////////////////////////