diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-10-05 04:24:01 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-10-05 04:24:01 -0400 |
commit | 9fe84789bad32f1e915d4a452347ce4021d87c2d (patch) | |
tree | 4e7750653b5eac5a8b0f1ef67c94b63e3fc637d1 /bags.lua | |
parent | babe4380acf1fcd89c3658e72ded9942fbec21bf (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.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |