lowercase filter

pull/62/head
Zlatin Balevsky 2021-06-12 10:08:30 +01:00
parent 948ab9d3c0
commit 14b55065c6
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ class MainFrameController {
if (filter == null || filter.length() == 0)
model.filter = null
else
model.filter = filter
model.filter = filter.toLowerCase()
model.filterLibrary()
}