diff ui/Ui.lua @ 89:6bbe64d587b4 v42

Improved artifact/relic reading, gear display. Now creates equipment manager sets when you use button or command to equip a set.
author yellowfive
date Sun, 18 Sep 2016 21:24:08 -0700
parents 0515882856f1
children 177391341e26
line wrap: on
line diff
--- a/ui/Ui.lua	Fri Sep 02 16:22:12 2016 -0700
+++ b/ui/Ui.lua	Sun Sep 18 21:24:08 2016 -0700
@@ -190,7 +190,7 @@
 	t:SetTabs({
 		{text=L.TabExportText, value="Export"}, 
 		{text=L.TabGearText, value="Gear"}, 
-		{text=L.TabLogText, value="Log"}, 
+		--{text=L.TabLogText, value="Log"}, 
 		{text=L.TabTeamText, value="Team"},
 		{text=L.TabOptionsText, value="Options"}
 	})