Fix ignore_case handling
This commit is contained in:
parent
340a62869d
commit
5e4675b34a
@ -198,8 +198,8 @@ class AbstractSearch(QObject):
|
||||
"""
|
||||
mapping = {
|
||||
'smart': not self.text.islower(),
|
||||
'never': False,
|
||||
'always': True,
|
||||
'never': True,
|
||||
'always': False,
|
||||
}
|
||||
return mapping[ignore_case]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user