mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 18:02:47 +01:00
minor bug fix
This commit is contained in:
parent
f671966b96
commit
df80cbd652
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user