Make authentication fail count configurable

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2024-08-02 22:31:35 +02:00
commit ce3b310e58
No known key found for this signature in database
GPG key ID: 3E85EB44F610AD7F
3 changed files with 7 additions and 3 deletions

View file

@ -5,6 +5,7 @@ const Animation = enums.Animation;
const Input = enums.Input;
const ViMode = enums.ViMode;
auth_fails: u64 = 10,
animation: Animation = .none,
asterisk: ?u8 = '*',
bg: u16 = 0,