mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Accept digits in the PIN field in addition to l/r/u/d (#1330)
## Description This enhances the PIN entry system by allowing users to input digits using the numbers 0-9. This is useful for those using a keyboard or universal remote with a number pad. ### Testing Tested on Nvidia Shield Pro and Onn 4k Pro ## Screenshots <img width="3840" height="2160" alt="Screenshot_20260429_083041" src="https://github.com/user-attachments/assets/9e603bda-f1d3-4268-a04c-b077297fdfac" /> --------- Co-authored-by: Damontecres <damontecres@gmail.com>
This commit is contained in:
parent
cb46aa4159
commit
08db2b0efc
2 changed files with 29 additions and 0 deletions
|
|
@ -390,6 +390,7 @@
|
|||
<string name="incorrect">Incorrect</string>
|
||||
<string name="pin_too_short">PIN must be 4 keys or longer</string>
|
||||
<string name="will_remove_pin">Will remove PIN</string>
|
||||
<string name="pin_digits_hint">[0-9]</string>
|
||||
<string name="image_cache_size">Image disk cache size (MB)</string>
|
||||
<string name="view_options">View options</string>
|
||||
<string name="columns">Columns</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue