Revert "Remove default message, user will provide message if they want to"
This reverts commit ec670edc0c.
master
parent
cb60c78dff
commit
3d60df3286
2
config.h
2
config.h
|
|
@ -15,7 +15,7 @@ static const float alpha = 0.5;
|
||||||
static const int failonclear = 1;
|
static const int failonclear = 1;
|
||||||
|
|
||||||
/* default message */
|
/* default message */
|
||||||
static const char * message = "";
|
static const char * message = "Enter password to unlock";
|
||||||
|
|
||||||
/* text color */
|
/* text color */
|
||||||
static const char * text_color = "#ffffff";
|
static const char * text_color = "#ffffff";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue