mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 14:04:20 +02:00
Allow using up to a UTF-32 codepoint as a password asterisk (closes #715)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
f2ca72eace
commit
e19a23b54c
4 changed files with 6 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ const Bigclock = enums.Bigclock;
|
|||
|
||||
animation: Animation = .none,
|
||||
animation_timeout_sec: u12 = 0,
|
||||
asterisk: ?u8 = '*',
|
||||
asterisk: ?u32 = '*',
|
||||
auth_fails: u64 = 10,
|
||||
bg: u32 = 0x00000000,
|
||||
bigclock: Bigclock = .none,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue