From ec670edc0c54e09e71a54e902f5c19c7bf3f2a56 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 16 Jun 2019 01:06:10 +0700 Subject: [PATCH] Remove default message, user will provide message if they want to --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index f572123..1209305 100644 --- a/config.h +++ b/config.h @@ -15,7 +15,7 @@ static const float alpha = 0.3; static const int failonclear = 1; /* default message */ -static const char * message = "Enter password to unlock"; +static const char * message = ""; /* text color */ static const char * text_color = "#ffffff";