fix: Recording doesn't work with different windows#485
fix: Recording doesn't work with different windows#485ExtraBinoss merged 1 commit intowebadderallorg:mainfrom
Conversation
…something other than the entire screen.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR modifies Windows native screen-recording initialization to differentiate between window-specific and display-wide capture requests. When a ChangesWindows Window vs Display Capture Logic
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related issues
Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Closes #483 Recording doesn't work with different windows
Since we refactored LaunchWindow, maybe we omitted those two lines of code :
This is why recording would only work on the screen itself and never on the window you wanted. Now it works on both. This path was taken only by "Windows" machine and shouldn't affect other platforms
Summary by CodeRabbit