aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-11-06 22:48:23 +0100
committerache <ache@ache.one>2022-11-06 22:48:23 +0100
commit2f5efc821ba09d39d5f316bca32cbb71330c7315 (patch)
tree279f678e2378a82e7f15cf3d0d4689d33ce6431a /src/main.c
parentLocale set (diff)
Show date
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 94d1d0c..2425dd0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -358,6 +358,8 @@ static void draw(saver_state_t *state)
draw_logo(state);
}
+ draw_date_field(state);
+
draw_password_field(state);
// Automatically reset this after every draw call