add silksong path saving

This commit is contained in:
2026-01-16 10:09:04 +01:00
parent 9cff9dd24c
commit 57f9bfb8cb
7 changed files with 318 additions and 7 deletions

View File

@@ -81,7 +81,9 @@
</template>
<template id="settings-template">
<p>General settings</p>
<h2>General settings</h2>
<label for="silksong-path-label">Enter Silksong path: </label>
<input type="text" id="silksong-path-input" name="silksong-path-input">
</template>
<script src="renderer.js"></script>