Merge pull request #427 from Flamanis/UpdateAutoHideOnInstanceChange

Options Update on Instance Change
This commit is contained in:
Tercio Jose
2023-01-09 17:56:08 -03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ function Details.options.InitializeOptionsWindow(instance)
if (not instance:IsEnabled() or not instance:IsStarted()) then
_detalhes.CriarInstancia (_, _, instance.meu_id)
end
Details.options.SetCurrentInstance(instance)
Details.options.SetCurrentInstanceAndRefresh(instance)
f.updateMicroFrames()
end
+1
View File
@@ -75,6 +75,7 @@ function Details.options.SetCurrentInstanceAndRefresh(instance)
sectionFrame:RefreshOptions()
end
end
Details.options.UpdateAutoHideSettings(instance)
end
function Details.options.UpdateAutoHideSettings(instance)