mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-22 05:24:24 +02:00
Make authentication fail count configurable
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
5d3cd62434
commit
ce3b310e58
3 changed files with 7 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue