code cleanup

This commit is contained in:
qhy040404
2024-08-14 18:01:02 +08:00
parent 78ec9d31e8
commit c490d29aa1
180 changed files with 645 additions and 886 deletions

View File

@@ -49,7 +49,7 @@ public class GraphicsCapture : IWindowCapture
_captureSession.IsBorderRequired = false;
_captureSession.IsCursorCaptureEnabled = false;
}
_captureSession.StartCapture();
IsCapturing = true;
}