Make asterisk optional (hides password if so)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2024-07-31 10:34:27 +02:00
parent b592a11fb0
commit a64d7efc69
4 changed files with 39 additions and 21 deletions

View File

@@ -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,