mirror of https://github.com/evilhero/mylar
IMP: Adding ability to hide alphabetical index
This commit is contained in:
parent
41c53c2696
commit
805dc162ef
|
@ -101,6 +101,7 @@ _CONFIG_DEFINITIONS = OrderedDict({
|
|||
'HOST_RETURN' : (str, 'Interface', None),
|
||||
'AUTHENTICATION' : (int, 'Interface', 0),
|
||||
'LOGIN_TIMEOUT': (int, 'Interface', 43800),
|
||||
'ALPHAINDEX': (bool, 'Interface', True),
|
||||
|
||||
'API_ENABLED' : (bool, 'API', False),
|
||||
'API_KEY' : (str, 'API', None),
|
||||
|
|
Loading…
Reference in New Issue