From 9fe84789bad32f1e915d4a452347ce4021d87c2d Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 5 Oct 2015 04:24:01 -0400 Subject: Allow per-user "full" mode when "lite" mode is set as global default (give the user "ui_full" priv to turn it on). Also, a few whitespace fixes. --- bags.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bags.lua') diff --git a/bags.lua b/bags.lua index 83df71c..44b035c 100644 --- a/bags.lua +++ b/bags.lua @@ -26,7 +26,8 @@ unified_inventory.register_page("bags", { unified_inventory.register_button("bags", { type = "image", image = "ui_bags_icon.png", - tooltip = S("Bags") + tooltip = S("Bags"), + hide_lite=true }) for i = 1, 4 do -- cgit v1.2.3