Disable buttom mode as default
This commit is contained in:
parent
9b545d86e1
commit
f86118d3b6
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -1,7 +1,7 @@
|
||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
/* Default settings; can be overriden by command line. */
|
/* Default settings; can be overriden by command line. */
|
||||||
|
|
||||||
static int bottom = 1;
|
static int bottom = 0;
|
||||||
static int embedded = 0;
|
static int embedded = 0;
|
||||||
static int minpwlen = 32;
|
static int minpwlen = 32;
|
||||||
static int mon = -1;
|
static int mon = -1;
|
||||||
|
|
Loading…
Reference in a new issue