should use the same keyword in config and code
hey this config check on startup is actually useful
This commit is contained in:
parent
7ad871fab1
commit
6d33e7843e
@ -208,7 +208,7 @@ class HintManager(QObject):
|
||||
A list of hint strings, in the same order as the elements.
|
||||
"""
|
||||
hint_mode = config.get('hints', 'mode')
|
||||
if hint_mode == 'words':
|
||||
if hint_mode == 'word':
|
||||
try:
|
||||
return self._word_hinter.hint(elems)
|
||||
except WordHintingError as e:
|
||||
|
Loading…
Reference in New Issue
Block a user