This commit is contained in:
Tercio Jose
2021-04-03 18:40:01 -03:00
parent f82f706bfa
commit 10936adf71
25 changed files with 344 additions and 99 deletions
+3 -3
View File
@@ -567,7 +567,7 @@ local movement_onupdate = function (self, elapsed)
show_instance_ids()
instance_ids_shown = nil
if (need_show_group_guide and not DetailsFramework.IsClassicWow()) then
if (need_show_group_guide and not DetailsFramework.IsTimewalkWoW()) then
_detalhes.MicroButtonAlert.Text:SetText (Loc ["STRING_WINDOW1ATACH_DESC"])
_detalhes.MicroButtonAlert:SetPoint ("bottom", need_show_group_guide.baseframe, "top", 0, 30)
_detalhes.MicroButtonAlert:SetHeight (320)
@@ -703,7 +703,7 @@ local movement_onupdate = function (self, elapsed)
instancia_alvo:SnapAlert()
_detalhes.snap_alert.playing = true
if (not DetailsFramework.IsClassicWow()) then
if (not DetailsFramework.IsTimewalkWoW()) then
_detalhes.MicroButtonAlert.Text:SetText (string.format (Loc ["STRING_ATACH_DESC"], self.instance.meu_id, instancia_alvo.meu_id))
_detalhes.MicroButtonAlert:SetPoint ("bottom", instancia_alvo.baseframe.cabecalho.modo_selecao.widget, "top", 0, 18)
_detalhes.MicroButtonAlert:SetHeight (200)
@@ -975,7 +975,7 @@ local function move_janela (baseframe, iniciando, instancia, just_updating)
_detalhes.snap_alert.animIn:Stop()
_detalhes.snap_alert.animOut:Play()
if (not DetailsFramework.IsClassicWow()) then
if (not DetailsFramework.IsTimewalkWoW()) then
_detalhes.MicroButtonAlert:Hide()
end