comparison ui/Ui.lua @ 93:177391341e26

added back in automatic combat logging feature, useful for upload to any log site
author yellowfive
date Wed, 21 Sep 2016 11:25:11 -0700
parents 6bbe64d587b4
children f1da233629be
comparison
equal deleted inserted replaced
92:18327cfec09f 93:177391341e26
188 local t = AceGUI:Create("AmrUiTabGroup") 188 local t = AceGUI:Create("AmrUiTabGroup")
189 t:SetLayout("None") 189 t:SetLayout("None")
190 t:SetTabs({ 190 t:SetTabs({
191 {text=L.TabExportText, value="Export"}, 191 {text=L.TabExportText, value="Export"},
192 {text=L.TabGearText, value="Gear"}, 192 {text=L.TabGearText, value="Gear"},
193 --{text=L.TabLogText, value="Log"}, 193 {text=L.TabLogText, value="Log"},
194 {text=L.TabTeamText, value="Team"}, 194 {text=L.TabTeamText, value="Team"},
195 {text=L.TabOptionsText, value="Options"} 195 {text=L.TabOptionsText, value="Options"}
196 }) 196 })
197 t:SetCallback("OnGroupSelected", onMainTabSelected) 197 t:SetCallback("OnGroupSelected", onMainTabSelected)
198 c:AddChild(t) 198 c:AddChild(t)