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