Add a drop-down for the script output panel to switch context

* By default we still display all messages, but this allows users to switch to
  just seeing the output from one extension if desired.
This commit is contained in:
baldurk
2026-08-13 17:46:40 +01:00
parent 768d8fa615
commit 3c6dfd23b4
5 changed files with 158 additions and 14 deletions
@@ -1311,7 +1311,11 @@ QString PythonContext::LoadExtension(ICaptureContext &ctx, const rdcstr &extensi
ext = NULL;
}
if(!ext)
if(ext)
{
emit m_ExtensionContext->extensionLoaded(extension);
}
else
{
if(typeStr.isEmpty())
FetchException(typeStr, valueStr, finalLine, frames);