web/SettingsInput: make the clear button non-destructive

clear button now clears data only in the input box, not actual data

if you accidentally clear old data and don't save it, you can restore it with one click :3
This commit is contained in:
wukko
2025-02-05 19:01:30 +06:00
parent c5d8d33870
commit 4f50b44e68
2 changed files with 58 additions and 35 deletions

View File

@@ -19,5 +19,7 @@
"no": "no",
"clear": "clear",
"show_input": "show input",
"hide_input": "hide input"
"hide_input": "hide input",
"restore_input": "restore input",
"clear_input": "clear input"
}