small UI refactor

main
riley 10 months ago
parent c8cc9271d4
commit 0101f3b680

@ -108,10 +108,11 @@ s:tab("setup", translate("Basic Setup"))
s:tab("advanced", translate("Advanced Settings")) s:tab("advanced", translate("Advanced Settings"))
---- Eanble ---- Eanble
o = s:taboption("setup", Flag, "enabled", translate("Enable"), translate("Enable or disable Easy Mesh")) o = s:taboption("setup", Flag, "enabled", translate("Enable"))
o.default = 0 o.default = 0
o.rmempty = false o.rmempty = false
-- Move basic settings under the "Setup" tab -- Move basic settings under the "Setup" tab
o = s:taboption("setup", ListValue, "role", translate("Mesh Mode")) o = s:taboption("setup", ListValue, "role", translate("Mesh Mode"))
o:value("off", translate("Node")) o:value("off", translate("Node"))

Loading…
Cancel
Save