web/SettingsInput: hide sensitive input & allow to show it with a button

also fixed padding & svg rendering in safari
This commit is contained in:
wukko
2025-02-05 18:30:00 +06:00
parent 62dccf7b51
commit c5d8d33870
3 changed files with 64 additions and 12 deletions

View File

@@ -17,5 +17,7 @@
"export": "export",
"yes": "yes",
"no": "no",
"clear": "clear"
"clear": "clear",
"show_input": "show input",
"hide_input": "hide input"
}