Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE ⭐]Turn off capturing yellow borders on Win11 #112

Open
Crescenre opened this issue Dec 8, 2024 · 1 comment
Open

[FEATURE ⭐]Turn off capturing yellow borders on Win11 #112

Crescenre opened this issue Dec 8, 2024 · 1 comment

Comments

@Crescenre
Copy link

Crescenre commented Dec 8, 2024

When capturing the screen, there will be a yellow border, which can be turned off on Win11. Can an option be added to turn off the yellow border

@Flix3r
Copy link

Flix3r commented Jan 29, 2025

let settings = Settings::new(
        // Item To Captue
        foreground_window,
        // Capture Cursor
        Some(true),
        // Draw Borders (None Means Default Api Configuration)
        Some(false), // HERE 👈
        // Kind Of Pixel Format For Frame To Have
        ColorFormat::Rgba8,
        // Any Value To Pass To The New Function
        "It Works".to_string(),
    )
    .unwrap();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants