Skip to content

Fix/windows10 wgc border crash#82

Merged
webadderall merged 2 commits intowebadderall:mainfrom
VoidGravity:fix/windows10-wgc-border-crash
Mar 20, 2026
Merged

Fix/windows10 wgc border crash#82
webadderall merged 2 commits intowebadderall:mainfrom
VoidGravity:fix/windows10-wgc-border-crash

Conversation

@VoidGravity
Copy link
Contributor

When runing the app on window 10 , the Native Windows capture fails resulting in cursor not beign hidden

cause : IsBorderRequired is only available on Windows 11+ (build 22000), on windows 10 it causes hresult_error and the Faluire happens because of the uncaught expetion

Adding a try-catch block fixed the problem

@coderabbitai
Copy link

coderabbitai bot commented Mar 20, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7b7b6d85-be65-46e4-9a44-c73b2c1e8197

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use Trivy to scan for security misconfigurations and secrets in Infrastructure as Code files.

Add a .trivyignore file to your project to customize which findings Trivy reports.

@webadderall webadderall merged commit c690c62 into webadderall:main Mar 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants