From ac2cb98cabb712f0f7f46f3fb4a44d80c3193b9e Mon Sep 17 00:00:00 2001 From: Boneshock Date: Mon, 7 Oct 2024 23:10:07 +0200 Subject: [PATCH] Add chat command for WA profiling window fixes #5469 --- WeakAuras/WeakAuras.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WeakAuras/WeakAuras.lua b/WeakAuras/WeakAuras.lua index e87ada25cc..ebb52bbb63 100644 --- a/WeakAuras/WeakAuras.lua +++ b/WeakAuras/WeakAuras.lua @@ -204,6 +204,8 @@ function SlashCmdList.WEAKAURAS(input) WeakAuras.PrintProfile(); elseif msg == "pcancel" then WeakAuras.CancelScheduledProfile() + elseif msg == "pshow" or msg == "profiling" then + WeakAurasProfilingFrame:Toggle() elseif msg == "minimap" then WeakAuras.ToggleMinimap(); elseif msg == "help" then