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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user