Revert "Remove default message, user will provide message if they want to"

This reverts commit ec670edc0c.
master
Khue Doan 2020-01-28 09:14:17 +07:00
parent cb60c78dff
commit 3d60df3286
1 changed files with 1 additions and 1 deletions

View File

@ -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";