Fix uppercase hint formatting.
This commit is contained in:
parent
ef9e31c2d9
commit
2d9425a0b7
@ -274,7 +274,8 @@ class HintManager(QObject):
|
||||
display = 'none'
|
||||
|
||||
# Make text uppercase if set in config
|
||||
if config.get("hints","uppercase") and config.get("hints","mode") == "letter":
|
||||
if (config.get('hints', 'uppercase') and
|
||||
config.get('hints', 'mode') == 'letter'):
|
||||
texttransform = 'uppercase'
|
||||
else:
|
||||
texttransform = 'none'
|
||||
|
Loading…
Reference in New Issue
Block a user