diff options
author | Wuzzy <almikes@aol.com> | 2016-12-12 21:23:01 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-12 21:23:01 +0100 |
commit | e7879bef7d9126ab0a5c91d0e6bd5bcd40e3b490 (patch) | |
tree | eb9f4400bd59ee3d7c50a2a93222daa7f0aafa9f | |
parent | 01d19237405c9439ec702e431e66c2627f255195 (diff) |
Try to add hidden support to hand
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -990,7 +990,7 @@ local function gather_descs() im = def._doc_items_image end local hidden - if id == "air" then hidden = false end + if id == "air" or id == "" then hidden = false end if type(def._doc_items_hidden) == "boolean" then hidden = def._doc_items_hidden end |