Fixed spelling for AutoReadIncoming was AutoReadIncomming
This commit is contained in:
parent
c9434f98a2
commit
23a96914a1
@ -58,7 +58,7 @@ voice=
|
||||
language=english-us
|
||||
|
||||
# Read new text as it happens?
|
||||
autoReadIncomming=True
|
||||
autoReadIncoming=True
|
||||
|
||||
[braille]
|
||||
#braille is not implemented yet
|
||||
|
@ -24,7 +24,7 @@ settings = {
|
||||
'module': '',
|
||||
'voice': 'de',
|
||||
'language': 'de',
|
||||
'autoReadIncomming': True,
|
||||
'autoReadIncoming': True,
|
||||
},
|
||||
'braille':{
|
||||
'enabled': False,
|
||||
|
Loading…
Reference in New Issue
Block a user