Whitespace

This commit is contained in:
Miroslav Bendík 2023-03-26 07:58:15 +02:00
parent eccf35fa23
commit bca49ce408
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ local function update(w, screen)
if img then
w.imagebox:set_image(beautiful["layout_" .. name])
end
w.textbox.text = img and "" or name
w.textbox.text = img and "" or name
end
local function update_from_tag(t)