mirror of
https://gitlab.com/luk3yx/minetest-flow.git
synced 2025-08-25 08:56:29 +02:00
Bugfix
This commit is contained in:
parent
1f45c3c6f8
commit
74ff45d081
2
init.lua
2
init.lua
@ -153,7 +153,7 @@ end
|
|||||||
|
|
||||||
local invisible_elems = {
|
local invisible_elems = {
|
||||||
style = true, listring = true, scrollbaroptions = true, tableoptions = true,
|
style = true, listring = true, scrollbaroptions = true, tableoptions = true,
|
||||||
tablecolumns = true, tooltip = true,
|
tablecolumns = true, tooltip = true, style_type = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
local DEFAULT_SPACING = 0.2
|
local DEFAULT_SPACING = 0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user