summaryrefslogtreecommitdiff
path: root/bags.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2015-10-05 04:24:01 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2015-10-05 04:24:01 -0400
commit9fe84789bad32f1e915d4a452347ce4021d87c2d (patch)
tree4e7750653b5eac5a8b0f1ef67c94b63e3fc637d1 /bags.lua
parentbabe4380acf1fcd89c3658e72ded9942fbec21bf (diff)
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.
Diffstat (limited to 'bags.lua')
-rw-r--r--bags.lua3
1 files changed, 2 insertions, 1 deletions
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