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
parent 5d3cd62434
commit ce3b310e58
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,