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 /waypoints.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 'waypoints.lua')
-rw-r--r-- | waypoints.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waypoints.lua b/waypoints.lua index 890c3ec..0996f52 100644 --- a/waypoints.lua +++ b/waypoints.lua @@ -107,6 +107,7 @@ unified_inventory.register_button("waypoints", { type = "image", image = "ui_waypoints_icon.png", tooltip = S("Waypoints"), + hide_lite=true }) local function update_hud(player, waypoints, temp, i) |