diff --git a/builtin/mainmenu/tab_settings.lua b/builtin/mainmenu/tab_settings.lua | |
index e822b45..b9c6081 100644 | |
--- a/builtin/mainmenu/tab_settings.lua | |
+++ b/builtin/mainmenu/tab_settings.lua | |
@@ -323,7 +323,7 @@ end | |
local function create_settings_formspec(tabview, name, tabdata) | |
local formspec = "tablecolumns[color;tree;text;text]" .. | |
- --"tableoptions[opendepth=1]" .. | |
+ "tableoptions[background=#00000000;border=false]" .. | |
"table[0,0;12,4.5;list_settings;" | |
local current_level = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment