mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
fix password not being cleared when blank_password is set
This commit is contained in:
@@ -50,5 +50,6 @@ void input_text_left(struct text* target);
|
||||
void input_text_write(struct text* target, char ascii);
|
||||
void input_text_delete(struct text* target);
|
||||
void input_text_backspace(struct text* target);
|
||||
void input_text_clear(struct text* target);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user