From 3d60df328618388aca228416c4ca10320cbcbd19 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 28 Jan 2020 09:14:17 +0700 Subject: [PATCH] Revert "Remove default message, user will provide message if they want to" This reverts commit ec670edc0c54e09e71a54e902f5c19c7bf3f2a56. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index d4b38d0..125fb6b 100644 --- a/config.h +++ b/config.h @@ -15,7 +15,7 @@ static const float alpha = 0.5; static const int failonclear = 1; /* default message */ -static const char * message = ""; +static const char * message = "Enter password to unlock"; /* text color */ static const char * text_color = "#ffffff";