Added a type to the tag preview wibox
This commit is contained in:
parent
ae211c2cae
commit
487cdb69a5
|
@ -157,6 +157,7 @@ local enable = function(opts)
|
|||
end
|
||||
|
||||
local tag_preview_box = wibox({
|
||||
type = "dropdown_menu",
|
||||
visible = false,
|
||||
ontop = true,
|
||||
input_passthrough = true,
|
||||
|
|
Loading…
Reference in New Issue