tasklist: Fix `disable_icon`.

It regressed when the tasklist switched to a template by default.
This was done to support the icon size.

Fix #3178
This commit is contained in:
Emmanuel Lepage Vallee 2021-11-13 00:14:29 -08:00
parent 1f5b759306
commit af3e62ae64
1 changed files with 7 additions and 8 deletions

View File

@ -243,14 +243,6 @@ local instances
-- @beautiful beautiful.tasklist_minimized
-- @tparam[opt=nil] string minimized
--- The tasklist font.
--
-- @DOC_wibox_awidget_tasklist_style_font_EXAMPLE@
--
-- @beautiful beautiful.tasklist_font
-- @tparam[opt=nil] string font
-- @see wibox.widget.textbox.font
--- The focused client alignment.
--
-- @DOC_wibox_awidget_tasklist_style_align_EXAMPLE@
@ -258,6 +250,13 @@ local instances
-- @beautiful beautiful.tasklist_align
-- @tparam[opt=left] string align *left*, *right* or *center*
--- The tasklist font.
--
-- @DOC_wibox_awidget_tasklist_style_font_EXAMPLE@
--
-- @beautiful beautiful.tasklist_font
-- @tparam[opt=nil] string font
-- @see wibox.widget.textbox.font
--- The focused client title alignment.
--