minor bug fix

This commit is contained in:
Xuan Sang LE 2018-03-14 19:17:41 +01:00
parent f671966b96
commit df80cbd652

View File

@ -84,7 +84,7 @@ self.OS.GUI =
try
arr.filter (m, i) ->
if mime.match (new RegExp m, "g")
return false if (apps.indexOf metas[idx]) > 0
return false if (apps.indexOf metas[idx]) >= 0
apps.push metas[idx]
return false
return false