IMP: Adding ability to hide alphabetical index

This commit is contained in:
barbequesauce 2018-09-19 12:56:52 -04:00 committed by evilhero
parent 41c53c2696
commit 805dc162ef
1 changed files with 1 additions and 0 deletions

View File

@ -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),