mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 17:58:22 +01:00
fix appsByMime bug
This commit is contained in:
parent
1ff616786e
commit
f671966b96
@ -84,6 +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
|
||||
apps.push metas[idx]
|
||||
return false
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user