Remove inadvertent early return in apps search
This commit is contained in:
parent
cc2d3fd56d
commit
c136acc879
@ -408,7 +408,6 @@ AppDisplay.prototype = {
|
||||
return true;
|
||||
|
||||
let fold = function(s) {
|
||||
return s;
|
||||
if (!s)
|
||||
return s;
|
||||
return GLib.utf8_casefold(GLib.utf8_normalize(s, -1,
|
||||
|
Loading…
Reference in New Issue
Block a user