IMP: Adding ability to hide alphabetical index

This commit is contained in:
barbequesauce 2018-09-19 12:56:52 -04:00 committed by GitHub
parent 18b5608998
commit 0d2b415a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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),