Add option to allow empty password or not (closes #577)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-03-06 22:00:46 +01:00
parent 6504cd0209
commit 92845268af
21 changed files with 33 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ const Input = enums.Input;
const ViMode = enums.ViMode;
const Bigclock = enums.Bigclock;
allow_empty_password: bool = true,
animation: Animation = .none,
animation_timeout_sec: u12 = 0,
asterisk: ?u32 = '*',