mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-20 03:08:21 +01:00
fix appsByMime bug
This commit is contained in:
parent
1ff616786e
commit
f671966b96
@ -84,6 +84,7 @@ self.OS.GUI =
|
|||||||
try
|
try
|
||||||
arr.filter (m, i) ->
|
arr.filter (m, i) ->
|
||||||
if mime.match (new RegExp m, "g")
|
if mime.match (new RegExp m, "g")
|
||||||
|
return false if (apps.indexOf metas[idx]) > 0
|
||||||
apps.push metas[idx]
|
apps.push metas[idx]
|
||||||
return false
|
return false
|
||||||
return false
|
return false
|
||||||
|
Loading…
Reference in New Issue
Block a user