Fix visual bug

This commit is contained in:
Emik 2026-02-23 23:46:45 +01:00
parent 0b4201a796
commit dfcc970c09
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -6,7 +6,7 @@ end
local function adder(tbl)
return function(v)
table.insert(tbl, {id = v.key})
table.insert(tbl, {id = v.key, type = "blind"})
end
end