mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Move BepInEx version to its own config to prevent version loss
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user