From 74ff45d081838419e52e9cbb64b8379e7579e4e2 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Sun, 9 Oct 2022 20:15:54 +1300 Subject: [PATCH] Bugfix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f90b921..9af6612 100644 --- a/init.lua +++ b/init.lua @@ -153,7 +153,7 @@ end local invisible_elems = { style = true, listring = true, scrollbaroptions = true, tableoptions = true, - tablecolumns = true, tooltip = true, + tablecolumns = true, tooltip = true, style_type = true, } local DEFAULT_SPACING = 0.2