1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-20 18:27:40 +00:00

fix slideout

This commit is contained in:
kepler155c@gmail.com
2017-12-23 01:47:54 -05:00
parent 743959c1fa
commit 0830e46fb8
3 changed files with 28 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ local function loadApplications()
end
Util.each(applications, function(v, k) v.key = k end)
applications = Util.filter(applications, function(_, a)
applications = Util.filter(applications, function(a)
if a.disabled then
return false
end