Hide plater plugin integration

This commit is contained in:
andrew6180
2024-05-20 15:09:43 -07:00
parent 30f464a428
commit 603b0c8993
+1 -1
View File
@@ -11,7 +11,7 @@ function Details:InitializePlaterIntegrationWindow()
DetailsPlaterIntegrationPanel.__icon = [[Interface\AddOns\Details\images\plater_icon]]
DetailsPlaterIntegrationPanel.__iconcoords = {0, 1, 0, 1}
DetailsPlaterIntegrationPanel.__iconcolor = "white"
DetailsPluginContainerWindow.EmbedPlugin (DetailsPlaterIntegrationPanel, DetailsPlaterIntegrationPanel, true)
--DetailsPluginContainerWindow.EmbedPlugin (DetailsPlaterIntegrationPanel, DetailsPlaterIntegrationPanel, true)
function DetailsPlaterIntegrationPanel.RefreshWindow()
Details.OpenPlaterIntegrationWindow()