mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
Make asterisk optional (hides password if so)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -6,7 +6,7 @@ const Input = enums.Input;
|
||||
const ViMode = enums.ViMode;
|
||||
|
||||
animation: Animation = .none,
|
||||
asterisk: u8 = '*',
|
||||
asterisk: ?u8 = '*',
|
||||
bg: u16 = 0,
|
||||
bigclock: bool = false,
|
||||
blank_box: bool = true,
|
||||
|
||||
Reference in New Issue
Block a user