From 603b0c8993d02992554ba3c0d69c9ba78711597b Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Mon, 20 May 2024 15:09:43 -0700 Subject: [PATCH] Hide plater plugin integration --- frames/window_plater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/window_plater.lua b/frames/window_plater.lua index 8fd38762..fefbbfae 100644 --- a/frames/window_plater.lua +++ b/frames/window_plater.lua @@ -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()