update css

This commit is contained in:
2026-01-16 15:52:00 +01:00
parent 3e1b938e9a
commit d75a0ecdff
3 changed files with 50 additions and 4 deletions

View File

@@ -57,5 +57,8 @@ async function autoDetectGamePath() {
const defaultSilksongPath = "C:/Program Files (x86)/Steam/steamapps/common/Hollow Knight Silksong/Hollow Knight Silksong.exe"
if (files.fileExists(defaultSilksongPath)) {
await save.saveSilksongPath(defaultSilksongPath)
if (document.getElementById("silksong-path-input")) {
document.getElementById("silksong-path-input").value = await save.loadSilksongPath()
}
}
}