Call OnCaptureClosed for capture viewers before resetting capture info

This commit is contained in:
baldurk
2026-08-13 17:46:45 +01:00
parent cd79225daa
commit 567b0228aa
4 changed files with 22 additions and 33 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ void LiveCapture::deleteCapture_triggered()
if(cap->path == m_Ctx.GetCaptureFilename())
{
m_Main->takeCaptureOwnership();
m_Main->CloseCapture();
m_Ctx.CloseCapture();
}
else
{